Skip to content

Commit db9a303

Browse files
committed
fixed rubocop offenses
1 parent 0e71544 commit db9a303

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/slack-ruby-bot-server/models/team/mongoid.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ def self.purge!
2121
end
2222
end
2323
end
24-
end
24+
end

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919

2020
Dir[File.join(__dir__, 'ext', SlackRubyBotServer::Config.database_adapter.to_s, '**/*.rb')].each do |file|
2121
require file
22-
end
22+
end

0 commit comments

Comments
 (0)