Skip to content

Commit

Permalink
Tweak whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Aug 9, 2023
1 parent 74f0032 commit 3036b2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/rubocop/cop/bundler/duplicated_gem.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module RuboCop
module Cop
module Bundler
# A Gem's requirements should be listed only once in a Gemfile.
#
# @example
# # bad
# gem 'rubocop'
Expand Down
3 changes: 2 additions & 1 deletion lib/rubocop/cop/bundler/duplicated_group.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
module RuboCop
module Cop
module Bundler
# A Gem group, or a set of groups should be listed only once in a Gemfile.
# A Gem group, or a set of groups, should be listed only once in a Gemfile.
#
# @example
# # bad
# group :development do
Expand Down

0 comments on commit 3036b2c

Please sign in to comment.