From f9f4e61a1bbf21402832e13380442bf2dca70438 Mon Sep 17 00:00:00 2001 From: Agapanthus Date: Thu, 31 May 2018 17:43:39 +0200 Subject: [PATCH] Finally removed BOM using binary editor --- types/codemirror/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/codemirror/index.d.ts b/types/codemirror/index.d.ts index 92424e9556..e7fa7c368e 100644 --- a/types/codemirror/index.d.ts +++ b/types/codemirror/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for CodeMirror +// Type definitions for CodeMirror // Project: https://github.com/marijnh/CodeMirror // Definitions by: mihailik // nrbernard