Fix indent with go fmt (#531)
Co-authored-by: sinozu <sinozu@users.noreply.github.com>
This commit is contained in:
parent
60669808a4
commit
9bf37fb868
1 changed files with 7 additions and 8 deletions
|
@ -37,4 +37,3 @@ func TestCartesianProduct(t *testing.T) {
|
|||
output = CartesianProduct(input)
|
||||
assert.Len(output, 0)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue