From 69e58497bae9d1fb28d1a3a769090cea44728816 Mon Sep 17 00:00:00 2001 From: Swastik Baranwal Date: Thu, 10 Apr 2025 12:24:11 +0530 Subject: [PATCH] [ruby] fix lint for print_options.rb --- rb/lib/selenium/webdriver/common/print_options.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/rb/lib/selenium/webdriver/common/print_options.rb b/rb/lib/selenium/webdriver/common/print_options.rb index eefe9a8dab6d8..61de36dd8132a 100644 --- a/rb/lib/selenium/webdriver/common/print_options.rb +++ b/rb/lib/selenium/webdriver/common/print_options.rb @@ -17,7 +17,6 @@ # specific language governing permissions and limitations # under the License. - module Selenium module WebDriver # Represents options for printing a page.