mirror of
https://github.com/pushbits/server.git
synced 2025-05-09 23:17:00 +02:00
Use gofumpt as code formatter
This commit is contained in:
parent
04e29f04d9
commit
0b8d22d293
12 changed files with 23 additions and 30 deletions
|
@ -216,7 +216,6 @@ func TestApi_DeleteUser(t *testing.T) {
|
|||
|
||||
assert.Equalf(testCase.ShouldStatus, w.Code, "(Test case %s) Expected status code %d but have %d", testCase.Name, testCase.ShouldStatus, w.Code)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
func getAdmin() *model.User {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue