Skip to content

Commit 0896a85

Browse files
committed
[ZEPPELIN-6195] Revert indentation changes
1 parent d32e62d commit 0896a85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zeppelin-integration/src/test/java/org/apache/zeppelin/WebDriverManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ private WebDriver constructWebDriver(int port) {
143143
@Override
144144
public Boolean apply(WebDriver d) {
145145
return d.findElement(By.xpath("//i[@uib-tooltip='WebSocket Connected']"))
146-
.isDisplayed();
146+
.isDisplayed();
147147
}
148148
});
149149
loaded = true;

0 commit comments

Comments
 (0)