Skip to content

Commit d839703

Browse files
committed
add semi
1 parent 6869873 commit d839703

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export function activate(context: vscode.ExtensionContext) {
6060
}
6161

6262
const remote = repository.state.remotes.find((r) => ['origin', 'upstream'].includes(r.name)) ||
63-
repository.state.remotes[0]
63+
repository.state.remotes[0];
6464
const fetchUrl = remote.fetchUrl;
6565
const httpsUrl = normalize(fetchUrl!);
6666

0 commit comments

Comments
 (0)