Skip to content

Commit 077d4a1

Browse files
committed
Fix formatting
1 parent e765ff3 commit 077d4a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/test/org/openqa/selenium/bidi/input/DefaultWheelTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ void shouldScrollFromViewportByGivenAmount() {
137137
appServer.whereIs("scrolling_tests/frame_with_nested_scrolling_frame_out_of_view.html"));
138138
WebElement footer = driver.findElement(By.tagName("footer"));
139139
int deltaY = footer.getRect().y;
140-
140+
141141
input.perform(
142142
windowHandle,
143143
new Actions(driver)

0 commit comments

Comments
 (0)