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:
authorRobert Speicher <rspeicher@gmail.com>2015-06-22 21:38:33 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-06-22 21:38:33 +0300
commit56246b70fb4fcbbb6f623ba9a38ba428a85175ef (patch)
tree75d9efb5dabbeba3a0acecd415433f66ac4f21e0 /spec/services
parent649c9969ba57bf578f43310ec34e3820876b5c4c (diff)
Fix Style/TrailingBlankLines cop violations
Diffstat (limited to 'spec/services')
-rw-r--r--spec/services/archive_repository_service_spec.rb1
-rw-r--r--spec/services/notes/create_service_spec.rb1
2 files changed, 0 insertions, 2 deletions
diff --git a/spec/services/archive_repository_service_spec.rb b/spec/services/archive_repository_service_spec.rb
index f168a913976..ff62b02a5b1 100644
--- a/spec/services/archive_repository_service_spec.rb
+++ b/spec/services/archive_repository_service_spec.rb
@@ -90,4 +90,3 @@ describe ArchiveRepositoryService do
end
end
end
-
diff --git a/spec/services/notes/create_service_spec.rb b/spec/services/notes/create_service_spec.rb
index 0dc3b412783..f2ea0805b2f 100644
--- a/spec/services/notes/create_service_spec.rb
+++ b/spec/services/notes/create_service_spec.rb
@@ -25,4 +25,3 @@ describe Notes::CreateService do
end
end
end
-