Skip to content

Commit

Permalink
Switch module_function and private order
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkn committed May 29, 2024
1 parent 04812e7 commit 47fc97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/charty/backends/backend_helpers/playwright_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module PlaywrightManager
end
end

private module_function def load_playwright
module_function private def load_playwright
require "playwright"
rescue LoadError
$stderr.puts "ERROR: You need to install playwright and playwright-ruby-client before using Plotly renderer"
Expand Down

0 comments on commit 47fc97f

Please sign in to comment.