about summary refs log tree commit diff
path: root/spec/models/remote_follow_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/models/remote_follow_spec.rb')
-rw-r--r--spec/models/remote_follow_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/remote_follow_spec.rb b/spec/models/remote_follow_spec.rb
index 7a4597ee7..72c580f9f 100644
--- a/spec/models/remote_follow_spec.rb
+++ b/spec/models/remote_follow_spec.rb
@@ -35,7 +35,7 @@ RSpec.describe RemoteFollow do
 
     context 'attrs with acct' do
       let(:attrs) { { acct: 'gargron@quitter.no' }}
-      
+
       it do
         is_expected.to be true
       end