From e3cc6afb287124e4add887a093e049e8de9fa9f1 Mon Sep 17 00:00:00 2001 From: Sandeep Somavarapu Date: Mon, 18 Jul 2016 09:37:59 +0200 Subject: [PATCH] fix formatting --- src/vs/editor/common/editorCommon.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/editor/common/editorCommon.ts b/src/vs/editor/common/editorCommon.ts index 6d81d037654..4fed01f753a 100644 --- a/src/vs/editor/common/editorCommon.ts +++ b/src/vs/editor/common/editorCommon.ts @@ -4188,7 +4188,7 @@ export const CursorMoveViewPosition = { /** * @internal */ -export var CommandDescription= { +export var CommandDescription = { CursorMove: { description: nls.localize('editorCommand.cursorMove.description', "Move cursor to a logical position in the view"), args: [ -- GitLab