Bläddra i källkod

Lint debugger

Jeremy Tuloup 4 år sedan
förälder
incheckning
c61a541fb1
2 ändrade filer med 1 tillägg och 2 borttagningar
  1. 1 1
      packages/debugger/src/debugger.ts
  2. 0 1
      packages/debugger/src/panels/sources/body.ts

+ 1 - 1
packages/debugger/src/debugger.ts

@@ -52,7 +52,7 @@ export namespace Debugger {
    */
   export class ReadOnlyEditorFactory extends EditorFactory {}
 
-   /**
+  /**
    * The main IDebugger implementation.
    */
   export class Service extends DebuggerService {}

+ 0 - 1
packages/debugger/src/panels/sources/body.ts

@@ -17,7 +17,6 @@ import { EditorHandler } from '../../handlers/editor';
 
 import { IDebugger } from '../../tokens';
 
-
 /**
  * The body for a Sources Panel.
  */