Skip to content

Commit fd0fd15

Browse files
committed
format with rufo
1 parent f988079 commit fd0fd15

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/lib/rufo/erb_formatter_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@
116116
end
117117

118118
it "handles minus unary operator" do
119-
result = subject.format('<% - x * y %>')
120-
expect(result).to eql('<% -x * y %>')
119+
result = subject.format("<% - x * y %>")
120+
expect(result).to eql("<% -x * y %>")
121121
end
122122
end
123123
end

0 commit comments

Comments
 (0)