Remove some whitespace

This commit is contained in:
Sebastiaan de Schaetzen 2025-05-13 19:36:29 +02:00
parent 94a20af04d
commit 92d0514c04

View File

@ -402,5 +402,4 @@ func TestPostAllowanceInvalidUserId(t *testing.T) {
e.POST("/user/999/allowance").WithJSON(PostAllowance{Allowance: 100}).Expect().
Status(404)
}