Skip to content

Commit 9746e94

Browse files
typo correction, duplicate identifier
1 parent 4ac9bb2 commit 9746e94

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: arduino-ide-extension/src/node/auth/authentication-service-impl.ts

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ export class AuthenticationServiceImpl
2020
protected readonly clients: AuthenticationServiceClient[] = [];
2121
protected readonly toDispose = new DisposableCollection();
2222

23-
private initialized = false;
24-
2523
private initialized = false;
2624

2725
async onStart(): Promise<void> {

0 commit comments

Comments
 (0)