Skip to content

Commit 47fc97f

Browse files
committed
Switch module_function and private order
1 parent 04812e7 commit 47fc97f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/charty/backends/backend_helpers/playwright_manager.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ module PlaywrightManager
5959
end
6060
end
6161

62-
private module_function def load_playwright
62+
module_function private def load_playwright
6363
require "playwright"
6464
rescue LoadError
6565
$stderr.puts "ERROR: You need to install playwright and playwright-ruby-client before using Plotly renderer"

0 commit comments

Comments
 (0)