We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a808d commit 9cb0760Copy full SHA for 9cb0760
src/controller/explorer/outline..tsx src/controller/explorer/outline.tsx
@@ -3,7 +3,7 @@ import { singleton } from 'tsyringe';
3
import { explorerService } from 'mo';
4
import React from 'react';
5
6
-export interface IOutlineController {}
+export interface IOutlineController { }
7
8
@singleton()
9
export class OutlineController
0 commit comments