Skip to content

Commit 683fd16

Browse files
committed
indentation
1 parent 409a08a commit 683fd16

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

common/src/main/kotlin/com/lambda/module/modules/player/ClickFriend.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,7 @@ object ClickFriend : Module(
7979
literal("Added ")
8080
color(Color.CYAN) {
8181
text(target.name)
82-
color(Color.WHITE) {
83-
literal(" to your friend list")
84-
}
82+
color(Color.WHITE) { literal(" to your friend list") }
8583
}
8684
}
8785
})

0 commit comments

Comments
 (0)