Skip to content

Commit 02e137c

Browse files
author
薄景仁
committedJul 9, 2016
[modify]remove the newline
1 parent af6f347 commit 02e137c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/commands.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export function insertFileHeaderComment() {
3535
edit.insert(new vscode.Position(0, 0), template
3636
.replace("$(projectName)", values.projectName)
3737
.replace("$(currentFile)", values.currentFile)
38-
.replace("$(date)", (new Date()).toLocaleString())+"\n");
38+
.replace("$(date)", (new Date()).toLocaleString()));
3939
});
4040

4141
vscode.commands.executeCommand("workbench.action.files.save");

0 commit comments

Comments
 (0)