Remove extra whitespace

This commit is contained in:
Robert Speicher 2014-03-10 03:44:49 -04:00
parent 74d2085cdf
commit efd860d1da
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ module ApplicationHelper
options = [
["Branches", repository.branch_names],
["Tags", VersionSorter.rsort(repository.tag_names)]
["Tags", VersionSorter.rsort(repository.tag_names)]
]
# If reference is commit id - we should add it to branch/tag selectbox