Skip to content

Commit d64f646

Browse files
committed
applying format.sh
1 parent 9698f5d commit d64f646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/org/openqa/selenium/logging/LogEntries.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class LogEntries implements Iterable<LogEntry> {
3636

3737
public LogEntries(Iterable<LogEntry> entries) {
3838
this.entries =
39-
unmodifiableList(StreamSupport.stream(entries.spliterator(), false).collect(toList()));
39+
unmodifiableList(StreamSupport.stream(entries.spliterator(), false).collect(toList()));
4040
}
4141

4242
/**

0 commit comments

Comments
 (0)