Skip to content

Commit 29dddf0

Browse files
authored
nit
1 parent c5da3eb commit 29dddf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configuration/configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export function getGitHubApiUri(): string {
7777

7878
if(base.includes(".ghe.com")){
7979
return `api.${base}`
80-
}else{
80+
} else {
8181
return `${base}/api/v3`;
8282
}
8383

0 commit comments

Comments
 (0)