about summary refs log tree commit diff
path: root/spec/services/fetch_resource_service_spec.rb
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2023-02-18 17:10:19 -0500
committerGitHub <noreply@github.com>2023-02-19 07:10:19 +0900
commit3680e032b43e9701c0bc1f3ed5238e58cd6b7ac8 (patch)
tree5b43508887a079727af5c70d4b2ba2557acde7db /spec/services/fetch_resource_service_spec.rb
parent2177daeae92b77be6797ba8f2ab6ebe1e641e078 (diff)
Autofix Rubocop RSpec/EmptyLineAfterFinalLet (#23707)
Diffstat (limited to 'spec/services/fetch_resource_service_spec.rb')
-rw-r--r--spec/services/fetch_resource_service_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/services/fetch_resource_service_spec.rb b/spec/services/fetch_resource_service_spec.rb
index 6f24e6418..c39f52632 100644
--- a/spec/services/fetch_resource_service_spec.rb
+++ b/spec/services/fetch_resource_service_spec.rb
@@ -8,6 +8,7 @@ RSpec.describe FetchResourceService, type: :service do
 
     context 'with blank url' do
       let(:url) { '' }
+
       it { is_expected.to be_nil }
     end