From 6b735456b86e70602cc5831630d2e6e31fd75d99 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 15 Aug 2022 11:15:18 -0400 Subject: [PATCH] Remove extra ... from the end of .clang-format --- .clang-format | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.clang-format b/.clang-format index c2b3ef2..0f480bf 100644 --- a/.clang-format +++ b/.clang-format @@ -30,5 +30,4 @@ AllowShortCaseLabelsOnASingleLine: 'false' AllowShortFunctionsOnASingleLine: 'Empty' AllowShortLambdasOnASingleLine: 'Empty' AllowShortLoopsOnASingleLine: 'false' -SeparateDefinitionBlocks : 'Always' -... +SeparateDefinitionBlocks : 'Always' \ No newline at end of file