Skip to content

Commit 0515131

Browse files
committed
Fix styling of comments
1 parent 3772844 commit 0515131

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

rb/lib/selenium/webdriver/bidi/network/cookies.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ def set_cookie_header(**args)
5252
)
5353
end
5454
end
55-
end
56-
57-
# BiDi
55+
end # BiDi
5856
end # WebDriver
5957
end # Selenium

rb/lib/selenium/webdriver/bidi/network/intercepted_response.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ def add_credentials(username, password)
5050
}
5151
end
5252
end
53-
end
54-
55-
# BiDi
53+
end # BiDi
5654
end # WebDriver
5755
end # Selenium

rb/lib/selenium/webdriver/bidi/network/url_pattern.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ def to_url_string_pattern(*url_patterns)
6060
end
6161
end
6262
end
63-
end
64-
end
65-
end
63+
end # BiDi
64+
end # WebDriver
65+
end # Selenium

0 commit comments

Comments
 (0)