Fix indent with go fmt (#531)

Co-authored-by: sinozu <sinozu@users.noreply.github.com>
Dieser Commit ist enthalten in:
Shin Uozumi
2021-02-18 04:47:59 +09:00
committet von GitHub
Ursprung 60669808a4
Commit 9bf37fb868

Datei anzeigen

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