fix ameba warnings

This commit is contained in:
Serdar Dogruyol 2022-06-29 13:29:50 +03:00
parent 9bd24caf7e
commit f8fc8ce8c8
1 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@ describe "Kemal::RouteHandler" do
end
Kemal.config.add_filter_handler(filter_handler)
get "/" do |env|
get "/" do
"home page"
end
@ -169,7 +169,7 @@ describe "Kemal::RouteHandler" do
end
Kemal.config.add_filter_handler(filter_handler)
get "/" do |env|
get "/" do
"home page"
end