Skip to content

Commit e862047

Browse files
committed
Add formatting note to readme
1 parent a691337 commit e862047

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ The procedure to add a new data structure named **Foo** is the following:
7070
3) Add tests for Foo in **javatests/com/williamfiset/datastrutures/Foo/FooTest.java**
7171
4) Edit the **build.gradle** file and add Foo to the project.
7272
5) Add tests for your data structure :kissing_heart:
73-
6) Send pull request for review :open_mouth:
73+
6) Run 'gradle goJF' to format your Java code.
74+
7) Send pull request for review :open_mouth:
7475

7576
### Testing
7677

0 commit comments

Comments
 (0)