Linting
This commit is contained in:
@@ -12,7 +12,7 @@ module Adamantium
|
||||
/[a-z]/.match?(grouper) ? grouper : "#"
|
||||
}
|
||||
.sort
|
||||
.map { |group, tags| {group: group, tags: tags.map {|tag| {tag: tag, count: tag.posts.count} }} }
|
||||
.map { |group, tags| {group: group, tags: tags.map { |tag| {tag: tag, count: tag.posts.count} }} }
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user