Skip to content

Commit 227bc7a

Browse files
committed
chore(travis): running gofmt to fix lint errors
Signed-off-by: Cryptophobia <aouzounov@gmail.com>
1 parent 1dae578 commit 227bc7a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pkg/gitreceive/config_test.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ type checkCase struct {
1313

1414
func TestCheckDurations(t *testing.T) {
1515
cases := map[checkCase]checkCase{
16-
checkCase{100, 300000, 500, 300000}: {100, 300000, 500, 300000},
17-
checkCase{0, 300000, 500, 300000}: {100, 300000, 500, 300000},
18-
checkCase{100, 300000, 0, 300000}: {100, 300000, 500, 300000},
19-
checkCase{300000, 300000, 500, 300000}: {100, 300000, 500, 300000},
20-
checkCase{100, 300000, 300000, 300000}: {100, 300000, 500, 300000},
16+
{100, 300000, 500, 300000}: {100, 300000, 500, 300000},
17+
{0, 300000, 500, 300000}: {100, 300000, 500, 300000},
18+
{100, 300000, 0, 300000}: {100, 300000, 500, 300000},
19+
{300000, 300000, 500, 300000}: {100, 300000, 500, 300000},
20+
{100, 300000, 300000, 300000}: {100, 300000, 500, 300000},
2121
}
2222

2323
var cnf Config

0 commit comments

Comments
 (0)