Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jul 21, 2015
1 parent 7dc8d3a commit 6c5bdf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hydra/works/models/concerns/generic_file/mime_types.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def collection?

def file_format
if mime_type.present? && format_label.present?
"#{mime_type.split('/').last} (#{format_label.join(", ")})"
"#{mime_type.split('/').last} (#{format_label.join(", ")})"
elsif mime_type.present?
mime_type.split('/').last
elsif format_label.present?
Expand Down

0 comments on commit 6c5bdf6

Please sign in to comment.