Skip to content

Commit

Permalink
Remove duplicate scan_empty_line tokenizer
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Mar 21, 2012
1 parent 578ca06 commit 6b10af5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/whois/record/scanners/whois.cctld.by.rb
Expand Up @@ -20,10 +20,9 @@ class WhoisCctldBy < Base

self.tokenizers += [
:skip_empty_line,
:skip_dash_line,
:scan_available,
:scan_keyvalue,
:skip_empty_line,
:skip_dash_line,
:skip_provider_signature,
]

Expand Down

0 comments on commit 6b10af5

Please sign in to comment.