From 93425fe8a3b831712e31a3cf0c86481028fba591 Mon Sep 17 00:00:00 2001 From: syeopite Date: Sun, 30 May 2021 11:43:40 -0700 Subject: [PATCH] Fix lint --- src/fetch.cr | 1 - 1 file changed, 1 deletion(-) diff --git a/src/fetch.cr b/src/fetch.cr index 17c24d9..b482166 100644 --- a/src/fetch.cr +++ b/src/fetch.cr @@ -114,5 +114,4 @@ def get_onion_instances(body, instances) host = md["host"] instances[host] = prepare_onion_instance(md, instances) end - end