Skip to content

Commit f27f8a8

Browse files
author
Awesome Code
committed
Auto corrected by following Format Ruby Code
1 parent 2262bec commit f27f8a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/synvert/command.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,8 @@ def test_snippet_in_bundle_gems(rewriter)
213213
Core::Configuration.root_path = path
214214
rewriter.reset
215215
test_results = rewriter.test
216-
affected_file_paths = test_results.filter { |result| result.affected? }.map { |result| result.file_path }
216+
affected_file_paths = test_results.filter { |result| result.affected? }
217+
.map { |result| result.file_path }
217218
if affected_file_paths.size > 0
218219
puts "#{gem_name} #{gem_version_with_parentheses}"
219220
affected_file_paths.each { |affected_file_path| puts " #{affected_file_path}" }

0 commit comments

Comments
 (0)