Skip to content

Commit 4322ce9

Browse files
jeromevdlJason Harris
authored and
Jason Harris
committed
Update CONTRIBUTING.md
1 parent d4bed89 commit 4322ce9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: CONTRIBUTING.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ We strongly recommend installing the CheckStyle-IDEA plugin and apply the provid
5555
2. After installing the plugin, open the preferences (`⌘,` on macOS, or `Ctrl+Alt+S` on Windows/Linux) and search for _Code Style_. Click on the gear icon near the scheme and import checkstyle configuration. Click on "Apply" and "OK".
5656
![](docs/media/intellij_checkstyle_1.png)
5757

58-
3. Select the code you've created (module, package, class) and reformat code: `⌘⌥L` (macOS), or `Ctrl+Alt+L` (Windows/Linux):
59-
![](docs/media/intellij_checkstyle_2.png)
58+
3. Select the code you've created (module, package, class) and reformat code: `⌘⌥L` (macOS), or `Ctrl+Alt+L` (Windows/Linux).
6059

6160
4. Apply the reformat, optimize imports, rearrange and cleanup to your code and only to java files:
6261
![](docs/media/intellij_checkstyle_3.png)

0 commit comments

Comments
 (0)