Skip to content

Commit afe38aa

Browse files
committed
bazel: fixed missing comma in build file
1 parent 6374719 commit afe38aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fpga/xilinx/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license(
1010
name = "license",
1111
package_name = "xilinx",
1212
license_kinds = [
13-
"@rules_license//licenses/spdx:ISC"
13+
"@rules_license//licenses/spdx:ISC",
1414
],
1515
)
1616

0 commit comments

Comments
 (0)