Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolas Haimerl committed Jan 16, 2024
1 parent 2998add commit 713252b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion standards/ICRC-1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ genrule(
srcs = [":README.md"],
outs = ["ICRC-1-generated.did"],
cmd_bash = "$(location @lmt) $(SRCS); mv ICRC-1.did $@",
tools = ["@lmt"],
exec_tools = ["@lmt"],
)

didc_check_test(
Expand Down
2 changes: 1 addition & 1 deletion standards/ICRC-2/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ genrule(
srcs = [":README.md"],
outs = ["ICRC-2-generated.did"],
cmd_bash = "$(location @lmt) $(SRCS); mv ICRC-2.did $@",
tools = ["@lmt"],
exec_tools = ["@lmt"],
)

didc_subtype_test(
Expand Down

0 comments on commit 713252b

Please sign in to comment.