From 3248263523028515104541e20713f31dac5309b9 Mon Sep 17 00:00:00 2001 From: Rasmus Karlsson Date: Tue, 3 Jul 2018 15:19:14 +0000 Subject: [PATCH] Add missing newline to .clang-format --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index a60c54689..6e663cb67 100644 --- a/.clang-format +++ b/.clang-format @@ -27,4 +27,4 @@ BraceWrapping: { BeforeCatch: 'false' } ColumnLimit: 100 -FixNamespaceComments: true \ No newline at end of file +FixNamespaceComments: true