Fix gofmt
Change-Id: I27b918b801dec25a85e65f88ab90331382ee1ec3
This commit is contained in:
parent
1c1ec45ebb
commit
a028bf49ba
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ func parseBuildParams(scope scope, params *BuildParams) (*buildDef,
|
||||||
|
|
||||||
b := &buildDef{
|
b := &buildDef{
|
||||||
Comment: comment,
|
Comment: comment,
|
||||||
Rule: rule,
|
Rule: rule,
|
||||||
}
|
}
|
||||||
|
|
||||||
if !scope.IsRuleVisible(rule) {
|
if !scope.IsRuleVisible(rule) {
|
||||||
|
|
Loading…
Reference in a new issue