Skip to content

Commit f4b8542

Browse files
committed
stylish change
1 parent 8f837f7 commit f4b8542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/private/actions/compilepkg.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def emit_compilepkg(
9090
fail("nogo must be specified if and only if out_nogo_log is specified")
9191
if have_nogo != (out_nogo_validation != None):
9292
fail("nogo must be specified if and only if out_nogo_validation is specified")
93-
if bool(nogo) != bool(out_nogo_fix):
93+
if have_nogo != (out_nogo_fix != None):
9494
fail("nogo must be specified if and only if out_nogo_fix is specified")
9595

9696
if cover and go.coverdata:

0 commit comments

Comments
 (0)