diff options
author | Robert Speicher <rspeicher@gmail.com> | 2014-03-10 03:44:49 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2014-03-10 03:44:49 -0400 |
commit | efd860d1da9df2a6e35e5f7f280eebd13a9f70a1 (patch) | |
tree | da3a99a4c4e7143c898982f37116d00fd717a3d9 | |
parent | 74d2085cdfab5c929ca68f37375af6d3d3345bba (diff) | |
download | gitlab-ce-efd860d1da9df2a6e35e5f7f280eebd13a9f70a1.tar.gz |
Remove extra whitespace
-rw-r--r-- | app/helpers/application_helper.rb | 2 |
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 |