Skip to content

Commit

Permalink
fix(lint): rubocop linting
Browse files Browse the repository at this point in the history
  • Loading branch information
as-op committed Jan 15, 2024
1 parent fe01d04 commit d0a3fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/pdf_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def expect_pdf(data)
expect(page).to eq(data)
end

def extract_graphic_states content
def extract_graphic_states(content)
content = (content.delete_prefix %(q\n)).delete_suffix %(\nQ)
(content.scan %r/^q\n(.*?)\nQ$/m).map { |it| it[0].split ?\n }
end
Expand Down

0 comments on commit d0a3fb5

Please sign in to comment.