From 1129ca1bea12f183cc1988cd5e87abaec6684807 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Tue, 20 Aug 2019 14:41:00 +0200 Subject: [PATCH] remove empty line to please Rubocop --- app/services/whois.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/services/whois.rb b/app/services/whois.rb index 4da3127..9fd0400 100644 --- a/app/services/whois.rb +++ b/app/services/whois.rb @@ -1,7 +1,6 @@ # Copyright (C) 2018 Colin Darie , 2018 Evolix # License: GNU AGPL-3+ (see full text in LICENSE file) - module Whois class Error < StandardError; end