Skip to content

Commit 32fc2e9

Browse files
Github workflow fixes
1 parent c528f0c commit 32fc2e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/io/appium/java_client/AppiumBy.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@ public boolean equals(Object o) {
267267
return false;
268268
}
269269
AppiumBy appiumBy = (AppiumBy) o;
270-
return Objects.equals(remoteParameters, appiumBy.remoteParameters) &&
271-
Objects.equals(locatorName, appiumBy.locatorName);
270+
return Objects.equals(remoteParameters, appiumBy.remoteParameters)
271+
&& Objects.equals(locatorName, appiumBy.locatorName);
272272
}
273273

274274
@Override

0 commit comments

Comments
 (0)