mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
Cleanup ameba warnings (#551)
This commit is contained in:
parent
740cb188a9
commit
c893172fbf
5 changed files with 7 additions and 36 deletions
|
@ -70,7 +70,7 @@ describe "Macros" do
|
|||
halt env, status_code: 400, response: "Missing origin."
|
||||
end
|
||||
|
||||
get "/" do |env|
|
||||
get "/" do |_env|
|
||||
"Hello world"
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue