Skip to content

Commit

Permalink
Add TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed May 20, 2015
1 parent 221be30 commit 5517eac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/phony/country_codes.rb
Expand Up @@ -96,6 +96,7 @@ def format number, options = {}
options[:spaces] || country.space || @default_space,
options[:local_spaces] || country.local_space || options[:spaces] || @default_local_space,
cc,
# TODO Trunk needs to be an option on the country, unless specifically given.
options[:trunk] == false ? nil : trunk,
ndc,
*parts
Expand Down

0 comments on commit 5517eac

Please sign in to comment.