Skip to content

Commit

Permalink
Merge pull request #144 from xinminlabs/awesomecode-lint-ruby-emptyli…
Browse files Browse the repository at this point in the history
…ne-48047

Auto corrected by following Lint Ruby EmptyLine
  • Loading branch information
flyerhzm committed Jan 30, 2021
2 parents b4da926 + fe5c029 commit 75d49ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/synvert/core/rewriter/instance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def process
.glob(file_pattern)
.each do |file_path|
next if Configuration.instance.get(:skip_files).include? file_path

begin
conflict_actions = []
source = +self.class.file_source(file_path)
Expand Down

0 comments on commit 75d49ec

Please sign in to comment.