Skip to content

Commit 7b3a743

Browse files
author
github-actions
committed
Google Java Format
1 parent 1a3ba48 commit 7b3a743

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FilteredStudents.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public void add(Student element) {
1919

2020
public void forEach(Consumer<Student> consumer) {
2121
for (Student student : students) {
22-
consumer.accept(student);
22+
consumer.accept(student);
2323
}
2424
}
2525
}

0 commit comments

Comments
 (0)