Skip to content

Commit f1d9863

Browse files
authored
chore: adds reminder to format files (#426)
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent 59b8e52 commit f1d9863

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lesson_11/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ Please review the following resources before lecture:
99

1010
## Homework
1111

12-
- [ ] Complete methods in [Lesson11.java](./arrays_java/arrays_app/src/main/java/com/codedifferently/lesson11/Lesson11.java) and submit PR.
12+
- [ ] Complete methods in [Lesson11.java](./arrays_java/arrays_app/src/main/java/com/codedifferently/lesson11/Lesson11.java) and submit PR. Don't forget to run the formatter to clean up the code:
13+
```bash
14+
./gradlew spotlessApply
15+
```
1316
- [ ] Do pre-work for [lesson 12](/lesson_12/).
1417

1518
### Extra credit

0 commit comments

Comments
 (0)