Skip to content

Commit 59c2c5c

Browse files
committed
Fix remaining markdown lint issue
1 parent 9d04ef8 commit 59c2c5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docssrc/src/setup_shading.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,9 +358,9 @@ Instead, please follow these instructions to be able to run the CommandAPI while
358358

359359
1. Please add this to your build script:
360360

361-
```kotlin
362-
paperweight.reobfArtifactConfiguration = ReobfArtifactConfiguration.REOBF_PRODUCTION
363-
```
361+
```kotlin
362+
paperweight.reobfArtifactConfiguration = ReobfArtifactConfiguration.REOBF_PRODUCTION
363+
```
364364

365365
2. Only run the `reobfJar` task to build your plugin from now on. The main plugin artifact will be Spigot mapped and Paper will remap your plugin so that in the end
366366
running the CommandAPI works.

0 commit comments

Comments
 (0)