diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-06-03 23:59:41 +0100 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-06-03 23:59:41 +0100 |
commit | 509f9c70cc0fd2e3fea0886416ab811391c53174 (patch) | |
tree | f2a8f994f77faf25e72f419c476ad110b2708168 | |
parent | 1edf769cf115749e2ea8b2065f11fa6cd8c76364 (diff) |
trailing whitespace
-rw-r--r-- | lib/public_body_categories.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public_body_categories.rb b/lib/public_body_categories.rb index 796b1d53d..b8058bf9e 100644 --- a/lib/public_body_categories.rb +++ b/lib/public_body_categories.rb @@ -16,7 +16,7 @@ class PublicBodyCategories @with_description = @with_headings.select() { |a| a.instance_of?(Array) } @tags = @with_description.map() { |a| a[0] } @by_tag = Hash[*@with_description.map() { |a| a[0..1] }.flatten] - @singular_by_tag = Hash[*@with_description.map() { |a| [a[0],a[2]] }.flatten] + @singular_by_tag = Hash[*@with_description.map() { |a| [a[0],a[2]] }.flatten] end def PublicBodyCategories.get |