Skip to content

Commit 160adad

Browse files
committed
clang-format
1 parent c719809 commit 160adad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

clang-tools-extra/clangd/unittests/tweaks/DefineInlineTests.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -937,8 +937,9 @@ TEST_F(DefineInlineTest, AddInline) {
937937
apply(R"cpp(#include "a.h"
938938
const int fo^o() { return 0; })cpp",
939939
&EditedFiles);
940-
EXPECT_THAT(EditedFiles, testing::ElementsAre(FileWithContents(
941-
testPath("a.h"), "inline const int foo(){ return 0; }")));
940+
EXPECT_THAT(EditedFiles,
941+
testing::ElementsAre(FileWithContents(
942+
testPath("a.h"), "inline const int foo(){ return 0; }")));
942943

943944
// No double inline.
944945
ExtraFiles["a.h"] = "inline void foo();";

0 commit comments

Comments
 (0)