Remove some whitespace

This commit is contained in:
Sebastiaan de Schaetzen 2025-05-13 19:36:29 +02:00
parent 2486bbf1ec
commit 34d9f74a86

View File

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