Commit efd860d1da9df2a6e35e5f7f280eebd13a9f70a1

Authored by Robert Speicher
1 parent 74d2085c

Remove extra whitespace

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/helpers/application_helper.rb
... ... @@ -94,7 +94,7 @@ module ApplicationHelper
94 94  
95 95 options = [
96 96 ["Branches", repository.branch_names],
97   - ["Tags", VersionSorter.rsort(repository.tag_names)]
  97 + ["Tags", VersionSorter.rsort(repository.tag_names)]
98 98 ]
99 99  
100 100 # If reference is commit id - we should add it to branch/tag selectbox
... ...