diff --git a/spec/lib/gitlab/ci/build/image_spec.rb b/spec/lib/gitlab/ci/build/image_spec.rb
index c561e4f40e8a0905a0d1393a570325e0913ab77b..0816f53c604450c60a847641ae4082ed9371c050 100644
--- a/spec/lib/gitlab/ci/build/image_spec.rb
+++ b/spec/lib/gitlab/ci/build/image_spec.rb
@@ -49,4 +49,4 @@ describe Gitlab::Ci::Build::Image do
       it { is_expected.to be_empty }
     end
   end
-end
\ No newline at end of file
+end
diff --git a/spec/lib/gitlab/ci/build/step_spec.rb b/spec/lib/gitlab/ci/build/step_spec.rb
index 630d7ff6c66bbbd9ed51172df3087b1564bb67a1..8c9aa5ec988479758f7f65916bfa6a6102526512 100644
--- a/spec/lib/gitlab/ci/build/step_spec.rb
+++ b/spec/lib/gitlab/ci/build/step_spec.rb
@@ -30,4 +30,4 @@ describe Gitlab::Ci::Build::Step do
       it { expect(subject.allow_failure).to be_truthy }
     end
   end
-end
\ No newline at end of file
+end
diff --git a/spec/requests/api/runner_spec.rb b/spec/requests/api/runner_spec.rb
index f0b6550e48ebf11b619da3ea3c5cd739b3fb913b..9086094d1219bd994e806f6b8d73f4bb8c9378f3 100644
--- a/spec/requests/api/runner_spec.rb
+++ b/spec/requests/api/runner_spec.rb
@@ -288,7 +288,7 @@ describe API::Runner do
               'ref' => job.ref,
               'sha' => job.sha,
               'before_sha' => job.before_sha,
-              'ref_type' => 'branch'}
+              'ref_type' => 'branch' }
           end
           let(:expected_steps) do
             [{ 'name' => 'script',