add identations (rubocop fix)

This commit is contained in:
Petr Korolev 2015-03-26 16:27:49 +02:00
parent 6ef182a1fc
commit c5df1c22bb

View File

@ -6,6 +6,6 @@ gem 'github_api'
gem 'colorize'
group :test do
gem 'rspec'
gem 'rubocop'
gem 'rspec'
gem 'rubocop'
end