Skip to content

Commit 86633e9

Browse files
committed
chore: fix new line
1 parent a13abf3 commit 86633e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ gem 'webmock', '~> 3.4'
1313
less_than_ruby_v27 = Gem::Version.new(RUBY_VERSION) < Gem::Version.new('2.7.0')
1414
gem 'rubocop', less_than_ruby_v27 ? '~> 1.12.0' : '~> 1.67.0'
1515
gem 'rubocop-packaging', '~> 0.5'
16-
gem 'rubocop-performance', '~> 1.20'
16+
gem 'rubocop-performance', '~> 1.20'

0 commit comments

Comments
 (0)