diff --git a/roles/openresty/files/java-nginx-config/nginx/conf/lua/limit_api_flow.lua b/roles/openresty/files/java-nginx-config/nginx/conf/lua/limit_api_flow.lua
index 662eded..cfc38e7 100644
--- a/roles/openresty/files/java-nginx-config/nginx/conf/lua/limit_api_flow.lua
+++ b/roles/openresty/files/java-nginx-config/nginx/conf/lua/limit_api_flow.lua
@@ -106,7 +106,7 @@ function check_malIp()
 
    -- we must ignore mthod : app.graphic.img.  this is app toast for user verified
    local method = http_request.get_method() 
-   if method and ( method == "app.graphic.img" or method == "app.graphic.verify" )then
+   if method and ( method == "app.graphic.img" or method == "app.graphic.verify" ) then
      return true
    end