Skip to content

Commit

Permalink
Fix the name of gofmt on Windows in go_presubmit_support.py
Browse files Browse the repository at this point in the history
Bug: chromium:343519239
Change-Id: Ic227da4be398e17e527c4a867babe340a09f6508
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/211974
Reviewed-by: Corentin Wallez <[email protected]>
Commit-Queue: Jiawei Shao <[email protected]>
  • Loading branch information
Jiawei-Shao authored and Dawn LUCI CQ committed Oct 23, 2024
1 parent d4f66bb commit 0cb7ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go_presubmit_support.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def go_path(input_api):
def gofmt_path(input_api):
gofmt = input_api.os_path.join(go_bin_path(input_api), 'gofmt')
if input_api.is_windows:
go += '.exe'
gofmt += '.exe'
return gofmt


Expand Down

0 comments on commit 0cb7ce9

Please sign in to comment.