Skip to content

Commit f4f1b4e

Browse files
committed
[FEAT] Newline added by request from @Delta456
1 parent 9779f68 commit f4f1b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/org/openqa/selenium/UsernameAndPassword.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ public record UsernameAndPassword(String username, String password) implements C
3232
public static UsernameAndPassword of(String username, String password) {
3333
return new UsernameAndPassword(username, password);
3434
}
35-
}
35+
}

0 commit comments

Comments
 (0)