[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

This commit is contained in:
JCOR11599
2022-03-08 23:04:23 +00:00
parent 87f0ffe502
commit 69a7460ddb

View File

@@ -106,9 +106,9 @@ func NewCheckCollection() CheckCollection {
}
func NewCheck(name, expression string, enforced bool) check {
return check {
name: name,
return check{
name: name,
expression: expression,
enforced: enforced,
enforced: enforced,
}
}