Skip to content

Commit 85d51ed

Browse files
Fix identation issues for long string
1 parent fa8b628 commit 85d51ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/whois_server.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ def domain_valid_format?(domain_name)
7676
end
7777

7878
def policy_error_msg
79-
"\nPolicy error: please study \"Requirements for the registration of a Domain Name\" of .ee domain regulations. \
80-
https://www.internet.ee/domains/ee-domain-regulation#registration-of-domain-names" + footer_msg
79+
"\nPolicy error: please study \"Requirements for the registration of a Domain Name\" of .ee domain regulations. " \
80+
"https://www.internet.ee/domains/ee-domain-regulation#registration-of-domain-names" + footer_msg
8181
end
8282

8383
def no_entries_msg

0 commit comments

Comments
 (0)