Skip to content

Commit f4e3ea5

Browse files
committed
deleteme: violate clang-format to run job
1 parent 0fc6213 commit f4e3ea5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang-tools-extra/clang-tidy/ClangTidy.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,7 @@ class ErrorReporter {
270270
const llvm::StringMap<Replacements> &Fix) {
271271
for (const auto &FileAndReplacements : Fix) {
272272
for (const auto &Repl : FileAndReplacements.second) {
273-
if (!Repl.isApplicable())
274-
continue;
273+
if (!Repl.isApplicable()) continue;
275274
FileByteRange FBR;
276275
FBR.FilePath = Repl.getFilePath().str();
277276
FBR.FileOffset = Repl.getOffset();

0 commit comments

Comments
 (0)