Skip to content

Commit ee7595e

Browse files
committed
ci: fix prettier errors in files
1 parent 6a4a604 commit ee7595e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/providers/mgt-teamsfx-provider/src/TeamsFxProvider.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export class TeamsFxProvider extends IProvider {
7878

7979
constructor(teamsfx: TeamsFx, scopes: string | string[], baseURL?: GraphEndpoint);
8080
constructor(teamsUserCredential: TeamsUserCredential, scopes: string | string[], baseURL?: GraphEndpoint);
81-
constructor(authConfig: TeamsFx | TeamsUserCredential, scopes: string | string[], baseURL?: GraphEndpoint){
81+
constructor(authConfig: TeamsFx | TeamsUserCredential, scopes: string | string[], baseURL?: GraphEndpoint) {
8282
super();
8383

8484
if (!this._teamsfx && !this._credential) {
@@ -101,12 +101,12 @@ export class TeamsFxProvider extends IProvider {
101101
this.scopes = scopesArr;
102102
}
103103

104-
if (baseURL){
104+
if (baseURL) {
105105
this.baseURL = baseURL;
106106
} else {
107107
this.baseURL = MICROSOFT_GRAPH_DEFAULT_ENDPOINT;
108108
}
109-
109+
110110
this.graph = createFromProvider(this);
111111
}
112112

0 commit comments

Comments
 (0)