Skip to content

Commit 145a35e

Browse files
oleg-derevenetzplatisd
authored andcommitted
Reformat the string literal
1 parent 40f2fa4 commit 145a35e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run_action.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -566,8 +566,8 @@ def main():
566566
clang_tidy_fixes = yaml.safe_load(file)
567567
else:
568568
print(
569-
# pylint: disable=line-too-long
570-
f"Could not find the clang-tidy fixes file '{args.clang_tidy_fixes}', it is assumed that it was not generated"
569+
f"Could not find the clang-tidy fixes file '{args.clang_tidy_fixes}',"
570+
" it is assumed that it was not generated"
571571
)
572572
clang_tidy_fixes = None
573573

0 commit comments

Comments
 (0)