mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-12 11:49:27 +00:00
Make tab width 2 spaces (#445)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export const splashServicePath = '/services/splash-service';
|
||||
export const SplashService = Symbol('SplashService');
|
||||
export interface SplashService {
|
||||
requestClose(): Promise<void>;
|
||||
requestClose(): Promise<void>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user