chore: coding style (#3074)

This commit is contained in:
Kevin Wan
2023-03-29 00:34:22 +08:00
committed by GitHub
parent 50bc361430
commit 9065eb90d9
7 changed files with 137 additions and 19 deletions

View File

@@ -29,4 +29,4 @@ func Error(t *testing.T, err ...error) {
fmt.Println(e)
assert.Error(t, e)
}
}
}