Skip to content

Commit a14c3ed

Browse files
committed
black insists
1 parent 6364645 commit a14c3ed

File tree

1 file changed

+1
-3
lines changed
  • llvm/utils/UpdateTestChecks

1 file changed

+1
-3
lines changed

llvm/utils/UpdateTestChecks/asm.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,7 @@ class string:
223223
)
224224

225225
ASM_FUNCTION_XTENSA_RE = re.compile(
226-
r"^(?P<func>[^:]+): +# @(?P=func)\n"
227-
r"(?P<body>.*?)\n"
228-
r"\.Lfunc_end\d+:\n",
226+
r"^(?P<func>[^:]+): +# @(?P=func)\n" r"(?P<body>.*?)\n" r"\.Lfunc_end\d+:\n",
229227
flags=(re.M | re.S),
230228
)
231229

0 commit comments

Comments
 (0)