Skip to content

Commit 7ecc7f4

Browse files
committed
rubocop -a
1 parent 0064311 commit 7ecc7f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/spoom/sorbet/translate/sorbet_assertions_to_rbs_comments.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def extract_trailing_comment(node)
207207

208208
# Extract the comment including the leading space and return the end offset
209209
range = @ruby_bytes[comment_start...end_offset] #: as !nil
210-
[" #{range.pack('C*')}", end_offset]
210+
[" #{range.pack("C*")}", end_offset]
211211
end
212212

213213
#: (Prism::Node, Prism::Node) -> String

0 commit comments

Comments
 (0)