Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bennett <lbennett@gitlab.com>2018-08-02 02:49:19 +0300
committerLuke Bennett <lbennett@gitlab.com>2018-08-02 02:49:19 +0300
commit6aa33977c89bb954fe54579abd02bf719e3efbc6 (patch)
tree2f8332ad2ee84fe3345c8b02b4c5b6501d05d5d0 /app/helpers/mirror_helper.rb
parent493b225b973a1cac44e32da41de29a3543742a92 (diff)
Fix mirror_helper.rb EOF line
Diffstat (limited to 'app/helpers/mirror_helper.rb')
-rw-r--r--app/helpers/mirror_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/mirror_helper.rb b/app/helpers/mirror_helper.rb
index dc611ea7408..93ed22513ac 100644
--- a/app/helpers/mirror_helper.rb
+++ b/app/helpers/mirror_helper.rb
@@ -2,4 +2,4 @@ module MirrorHelper
def mirrors_form_data_attributes
{ project_mirror_endpoint: project_mirror_path(@project) }
end
-end \ No newline at end of file
+end