From 87ca9071ad68251156fa1fab5fc60603309a4f32 Mon Sep 17 00:00:00 2001 From: Rowan Goemans Date: Sun, 15 Oct 2017 03:38:13 +0200 Subject: -- Fixed bad newline in constructor of CGen. --- src/DocGen/CGen.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/DocGen/CGen.ts b/src/DocGen/CGen.ts index 0f8ce52..edeb152 100644 --- a/src/DocGen/CGen.ts +++ b/src/DocGen/CGen.ts @@ -32,8 +32,7 @@ export default class CGen implements IDocGen { */ public constructor( actEdit: TextEditor, - cursorPosition: - Position, + cursorPosition: Position, param: string[], tparam: string[], returnVals: string[], -- cgit v1.2.3