Fix gofmt

Change-Id: I27b918b801dec25a85e65f88ab90331382ee1ec3
This commit is contained in:
Colin Cross 2016-08-10 13:01:51 -07:00
parent 1c1ec45ebb
commit a028bf49ba

View file

@ -265,7 +265,7 @@ func parseBuildParams(scope scope, params *BuildParams) (*buildDef,
b := &buildDef{
Comment: comment,
Rule: rule,
Rule: rule,
}
if !scope.IsRuleVisible(rule) {