mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-26 10:37:04 -06:00
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user