Skip to content

Commit 6b7fc17

Browse files
authored
style: minor tweaks (#51)
1 parent 19cdbcb commit 6b7fc17

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/avocado.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
require "avocado/engine"
2-
require "zeitwerk"
1+
require 'avocado/engine'
2+
require 'zeitwerk'
33
require_relative 'avocado/configuration'
44

55
loader = Zeitwerk::Loader.for_gem
66
loader.push_dir(Pathname.new(File.join(__dir__, 'avocado')))
77
loader.setup
88

99
module Avocado
10-
ROOT_PATH = Pathname.new(File.join(__dir__, ".."))
10+
ROOT_PATH = Pathname.new(File.join(__dir__, '..'))
1111

1212
class << self
1313
def webpacker
1414
@webpacker ||= ::Webpacker::Instance.new(
1515
root_path: ROOT_PATH,
16-
config_path: ROOT_PATH.join("config/webpacker.yml")
16+
config_path: ROOT_PATH.join('config/webpacker.yml')
1717
)
1818
end
1919

0 commit comments

Comments
 (0)