Skip to content

Commit 7dd276e

Browse files
committed
(d) test linting failure
1 parent 8a50ed9 commit 7dd276e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-ide-extension/src/browser/app-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type { Sketch } from './contributions/contribution';
55

66
export type { AppInfo };
77

8-
export const AppService = Symbol('AppService');
8+
export const AppService = Symbol("AppService");
99
export interface AppService {
1010
quit(): void;
1111
info(): Promise<AppInfo>;

0 commit comments

Comments
 (0)