Skip to content

Commit fa0b7c2

Browse files
committed
added newline to end of test file
1 parent ac83f55 commit fa0b7c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/test/clang-tidy/checkers/readability/qualified-auto.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,4 +382,4 @@ void ignored_types_template(std::array<T, 4> arr, const std::array<T, 4>& carr)
382382
// CHECK-FIXES-NOT: {{^}} for (const auto *Data : MClassTemplate) {
383383
change(*Data);
384384
}
385-
}
385+
}

0 commit comments

Comments
 (0)