From efd860d1da9df2a6e35e5f7f280eebd13a9f70a1 Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Mon, 10 Mar 2014 03:44:49 -0400 Subject: [PATCH] Remove extra whitespace --- app/helpers/application_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index bdaf6ba..90b0502 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 -- libgit2 0.21.2