Skip to content

Commit

Permalink
Fix typo in j2 diff.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 538618274
  • Loading branch information
gkdn authored and Copybara-Service committed Jun 7, 2023
1 parent 38d0446 commit a9b403e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/diff.py
Expand Up @@ -116,7 +116,7 @@ def _diff(original, modified, filter_noise):
)

if modified.blaze_target.endswith(".wasm"):
print(" Disassembling,")
print(" Disassembling.")
repo_util.build(["//third_party/binaryen:wasm-dis"])
wasm_dis_cmd = ["blaze-bin/third_party/binaryen/wasm-dis", "--enable-gc"]
repo_util.run_cmd(
Expand Down

0 comments on commit a9b403e

Please sign in to comment.