Skip to content

Commit

Permalink
Reinstated space deleted during Rubocop cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pcantrell authored and jpsim committed Sep 4, 2015
1 parent 318591a commit ba8516b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jazzy/sourcekitten.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module SourceKitten
def self.group_docs(docs)
custom_categories, docs = group_custom_categories(docs)
type_categories, uncategorized = group_type_categories(
docs, custom_categories.any? ? 'Other' : '')
docs, custom_categories.any? ? 'Other ' : '')
custom_categories + type_categories + uncategorized
end

Expand Down

0 comments on commit ba8516b

Please sign in to comment.