Skip to content

Commit

Permalink
fix trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
bisakhmondal committed Oct 18, 2021
1 parent 6ff6c42 commit 413cd59
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions t/control/services.t
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ services:
local t = require("lib.test_admin")
local code, body, res = t.test('/v1/services',
ngx.HTTP_GET)
res = json.decode(res)
if res[1] then
local data = {}
Expand Down Expand Up @@ -102,7 +101,6 @@ services:
local t = require("lib.test_admin")
local code, body, res = t.test('/v1/service/5',
ngx.HTTP_GET)
res = json.decode(res)
if res then
local data = {}
Expand Down

0 comments on commit 413cd59

Please sign in to comment.