Skip to content

Commit

Permalink
Merge pull request #159 from xinminlabs/awesomecode-lint-ruby-style-e…
Browse files Browse the repository at this point in the history
…xpandpatharguments-48404

Auto corrected by following Lint Ruby Style/ExpandPathArguments
  • Loading branch information
flyerhzm authored Feb 21, 2021
2 parents 2875373 + 8793476 commit cc85050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synvert-core.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

lib = File.expand_path('../lib', __FILE__)
lib = File.expand_path('lib', __dir__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'synvert/core/version'

Expand Down

0 comments on commit cc85050

Please sign in to comment.