Skip to content

Commit edbe7bb

Browse files
committed
fixup! [mlir][utils] Update generate-test-checks.py
Fix formatting
1 parent 36d47e8 commit edbe7bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mlir/utils/generate-test-checks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,8 @@ def main():
300300
type=bool,
301301
default=False,
302302
help="Set to true to use stricter regex for CHECK-SAME directives. "
303-
"Use when Greedy matching causes issues with the generic '.*'")
303+
"Use when Greedy matching causes issues with the generic '.*'",
304+
)
304305

305306
args = parser.parse_args()
306307

0 commit comments

Comments
 (0)