diff --git a/backend/api_test.go b/backend/api_test.go
index 0eca0cc..9907ac3 100644
--- a/backend/api_test.go
+++ b/backend/api_test.go
@@ -402,5 +402,4 @@ func TestPostAllowanceInvalidUserId(t *testing.T) {
 
 	e.POST("/user/999/allowance").WithJSON(PostAllowance{Allowance: 100}).Expect().
 		Status(404)
-
 }