Skip to content

Commit

Permalink
Fix identation issues for long string
Browse files Browse the repository at this point in the history
  • Loading branch information
karlerikounapuu committed Apr 9, 2020
1 parent fa8b628 commit 85d51ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/whois_server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ def domain_valid_format?(domain_name)
end

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

def no_entries_msg
Expand Down

0 comments on commit 85d51ed

Please sign in to comment.