Skip to content

Commit 74d0447

Browse files
committed
fix: checkstyle formatting issues
1 parent fcf9f60 commit 74d0447

5 files changed

Lines changed: 200 additions & 201 deletions

File tree

core/src/main/java/dev/objz/commandbridge/net/payloads/cmd/CommandStub.java

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44

55
import dev.objz.commandbridge.scripting.model.records.mapping.ArgMapping;
66

7-
87
public record CommandStub(
9-
String name,
10-
List<String> aliases,
8+
String name,
9+
List<String> aliases,
1110
String description,
12-
List<ArgMapping> args
13-
) {}
11+
List<ArgMapping> args) {
12+
}

0 commit comments

Comments
 (0)