]> cat aescling's git repositories - mastodon.git/commitdiff
fix rubocop issues
authorSamy KACIMI <samy.kacimi@gmail.com>
Tue, 4 Apr 2017 22:47:17 +0000 (00:47 +0200)
committerSamy KACIMI <samy.kacimi@gmail.com>
Tue, 4 Apr 2017 22:47:17 +0000 (00:47 +0200)
Gemfile
app/models/follow.rb

diff --git a/Gemfile b/Gemfile
index 87ea77735c2b90dceb0f8600b351429b1e42fec3..0deed9ae015e03e94a8c79a041f294ceb920ee7b 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -69,8 +69,8 @@ end
 group :test do
   gem 'simplecov', require: false
   gem 'webmock'
-  gem 'rspec-sidekiq'
   gem 'faker'
+  gem 'rspec-sidekiq'
 end
 
 group :development do
index fd7325f05932c24a3dccb4b63778fe9b22237376..b6b9dca7cbaac5bf936c9e595ff802ece71ae54d 100644 (file)
@@ -4,7 +4,7 @@ class Follow < ApplicationRecord
   include Paginable
 
   belongs_to :account, counter_cache: :following_count, required: true
-  
+
   belongs_to :target_account,
              class_name: 'Account',
              counter_cache: :followers_count,