Skip to content

Commit 05d13a6

Browse files
committed
fix(lint): missing spaces
1 parent 2aab84d commit 05d13a6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

cmd/limits_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,9 @@ Unlimited
258258
if r.Method == "POST" {
259259
testutil.AssertBody(t, api.Config{
260260
Memory: map[string]interface{}{
261-
"web": "2000M",
261+
"web": "2000M",
262262
"worker": "0/3G",
263-
"db": "4G/5G",
263+
"db": "4G/5G",
264264
},
265265
}, r)
266266
}
@@ -306,9 +306,9 @@ Unlimited
306306
if r.Method == "POST" {
307307
testutil.AssertBody(t, api.Config{
308308
CPU: map[string]interface{}{
309-
"web": "2",
309+
"web": "2",
310310
"worker": "0/300m",
311-
"db": "4/5.6",
311+
"db": "4/5.6",
312312
},
313313
}, r)
314314
}

0 commit comments

Comments
 (0)