소스 검색

Fix lint error.

Jason Grout 6 년 전
부모
커밋
31e0484d04
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/codemirror/typings/codemirror/codemirror.d.ts

+ 1 - 1
packages/codemirror/typings/codemirror/codemirror.d.ts

@@ -62,7 +62,7 @@ declare module 'codemirror' {
 
     /** Trigger key events onto the editor instance. Not for production use, only for testing.
      See this comment: https://github.com/codemirror/CodeMirror/issues/1935#issuecomment-28178991 */
-     triggerOnKeyDown(event: Event): void;
+    triggerOnKeyDown(event: Event): void;
   }
 
   interface Selection {