Skip to content

Commit

Permalink
chore: clean format-test
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldtse committed Apr 23, 2024
1 parent ddd8ae2 commit c2919ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exe/format-test
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ formatter = Class.new(Expressir::Express::Formatter) do
include Expressir::Express::SchemaHeadFormatter
include Expressir::Express::HyperlinkFormatter
end
result = repository.to_hash(formatter: formatter, skip_empty: true)
result = repository.to_hash(formatter: formatter)
puts "Repository.to_hash time: #{(Time.now - start).round(2)}s"

# puts YAML.dump(result)

0 comments on commit c2919ef

Please sign in to comment.