Skip to content

Commit 15f100d

Browse files
committed
[bazel] fix mlir/tblgen.bzl formatting after 6e988bd
1 parent 417ab37 commit 15f100d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/bazel/llvm-project-overlay/mlir/tblgen.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ def gentbl_sharded_ops(
525525
td_file = td_file,
526526
test = test,
527527
deps = deps,
528-
**kwargs,
528+
**kwargs
529529
)
530530
all_files = [hdr_out, src_out]
531531
for i in range(0, shard_count):
@@ -537,13 +537,13 @@ def gentbl_sharded_ops(
537537
out = out_file,
538538
sharder = sharder,
539539
src_file = src_file,
540-
**kwargs,
540+
**kwargs
541541
)
542542
all_files.append(out_file)
543543
native.filegroup(
544544
name = name,
545545
srcs = all_files,
546-
**kwargs,
546+
**kwargs
547547
)
548548

549549
def gentbl_sharded_op_defs(name, source_file, shard_count):

0 commit comments

Comments
 (0)