From a54c9b7f20a30f63eb1feb66b21c2d9eea0bf559 Mon Sep 17 00:00:00 2001
From: Kushal Pandya <kushal@gitlab.com>
Date: Sat, 31 Dec 2016 13:40:35 +0530
Subject: [PATCH] HAMLLint: Fix `TrailingWhitespace` offense post-rebase

---
 app/views/projects/tags/show.html.haml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/projects/tags/show.html.haml b/app/views/projects/tags/show.html.haml
index a8d462132c6..fad3c5c2173 100644
--- a/app/views/projects/tags/show.html.haml
+++ b/app/views/projects/tags/show.html.haml
@@ -26,7 +26,7 @@
         .btn-container.controls-item-full
           = link_to namespace_project_tag_path(@project.namespace, @project, @tag.name), class: 'btn btn-remove remove-row has-tooltip', title: "Delete tag", method: :delete, data: { confirm: "Deleting the '#{@tag.name}' tag cannot be undone. Are you sure?" } do
             %i.fa.fa-trash-o
-            
+
     - if @tag.message.present?
       %pre.wrap
         = strip_gpg_signature(@tag.message)
-- 
GitLab