Skip to content

Commit 2c14e5d

Browse files
bluelhfsovdeeth
andauthored
fix(docs): indent examples properly
applies code suggestions from @sovdeeth Co-authored-by: sovdee <10354869+sovdeeth@users.noreply.github.com>
1 parent 9888d1d commit 2c14e5d

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

src/main/java/ch/njol/skript/expressions/ExprBlock.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
@Example("set block below to air")
3030
@Example("spawn a creeper above the block")
3131
@Example("""
32-
loop blocks in radius 4:
33-
loop-block is obsidian
34-
set loop-block to water
35-
""")
32+
loop blocks in radius 4:
33+
loop-block is obsidian
34+
set loop-block to water
35+
""")
3636
@Example("""
37-
block is a chest:
38-
clear the inventory of the block
39-
""")
37+
block is a chest:
38+
clear the inventory of the block
39+
""")
4040
@Since("1.0")
4141
public class ExprBlock extends WrapperExpression<Block> {
4242
static {

src/main/java/org/skriptlang/skript/bukkit/displays/text/EffTextDisplayDropShadow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
apply drop shadow to last spawned text display
2121
if {_display} has drop shadow:
2222
remove drop shadow from the text of {_display}
23-
""")
23+
""")
2424
@Since("2.10")
2525
public class EffTextDisplayDropShadow extends Effect {
2626

0 commit comments

Comments
 (0)