summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2014-03-10 03:44:49 -0400
committerRobert Speicher <rspeicher@gmail.com>2014-03-10 03:44:49 -0400
commitefd860d1da9df2a6e35e5f7f280eebd13a9f70a1 (patch)
treeda3a99a4c4e7143c898982f37116d00fd717a3d9
parent74d2085cdfab5c929ca68f37375af6d3d3345bba (diff)
downloadgitlab-ce-efd860d1da9df2a6e35e5f7f280eebd13a9f70a1.tar.gz
Remove extra whitespace
-rw-r--r--app/helpers/application_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index bdaf6ba8abb..90b05027155 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -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