Skip to content

Commit

Permalink
Don't use frozen string for the formatter
Browse files Browse the repository at this point in the history
This is not long lived code and benefits from having mutable strings
at hand.
  • Loading branch information
elia committed Mar 15, 2022
1 parent f284b00 commit 93c34eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/erb/formatter.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
# frozen_string_literal: false

# $DEBUG = true
require "erb"
Expand Down

0 comments on commit 93c34eb

Please sign in to comment.