Skip to content

Commit

Permalink
fix ameba warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
sdogruyol committed Jun 29, 2022
1 parent 9bd24ca commit f8fc8ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/route_handler_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ describe "Kemal::RouteHandler" do
end
Kemal.config.add_filter_handler(filter_handler)

get "/" do |env|
get "/" do
"home page"
end

Expand All @@ -169,7 +169,7 @@ describe "Kemal::RouteHandler" do
end
Kemal.config.add_filter_handler(filter_handler)

get "/" do |env|
get "/" do
"home page"
end

Expand Down

0 comments on commit f8fc8ce

Please sign in to comment.