From b1b8b741342ba7cdf084728b1c4f2637d3067dd9 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Tue, 11 May 2021 00:57:13 +0000 Subject: [PATCH] Add missing EOL to the `settings` --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 7dbde60..3ec85b0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,4 +5,4 @@ "typescript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false, "typescript.format.placeOpenBraceOnNewLineForControlBlocks": true, "typescript.format.placeOpenBraceOnNewLineForFunctions": true -} \ No newline at end of file +}