Skip to content

Commit 66d0c80

Browse files
committed
Fix indent to be two spaces
1 parent 94c92e1 commit 66d0c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/hanami/cli/ruby_file_generator.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def initialize(source_code)
2323
end
2424
end
2525

26-
INDENT = " "
26+
INDENT = " "
2727

2828
def self.class(class_name, **args)
2929
new(class_name: class_name, **args).to_s

0 commit comments

Comments
 (0)