1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00

Fix indent with go fmt (#531)

Co-authored-by: sinozu <sinozu@users.noreply.github.com>
This commit is contained in:
Shin Uozumi 2021-02-18 04:47:59 +09:00 committed by GitHub
parent 4a63f2672b
commit 3e1f255c1d

View file

@ -37,4 +37,3 @@ func TestCartesianProduct(t *testing.T) {
output = CartesianProduct(input) output = CartesianProduct(input)
assert.Len(output, 0) assert.Len(output, 0)
} }