mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
fix ameba warnings
This commit is contained in:
parent
9bd24caf7e
commit
f8fc8ce8c8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue