Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Nov 20, 2024
1 parent efe8893 commit 1c483a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rundoc/code_section.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ def render
end

def self.partial_result_to_doc
self.to_doc(result: PARTIAL_RESULT, env: PARTIAL_ENV)
to_doc(result: PARTIAL_RESULT, env: PARTIAL_ENV)
end

def self.to_doc(result: , env: )
def self.to_doc(result:, env:)
array = [env[:before]]

result.flatten!
Expand Down

0 comments on commit 1c483a6

Please sign in to comment.