Skip to content

Commit 766a922

Browse files
committed
Fix constructor formatting in HomeAdminCommand for consistency.
1 parent c4e273f commit 766a922

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eternalcore-core/src/main/java/com/eternalcode/core/feature/home/homeadmin/HomeAdminCommand.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ class HomeAdminCommand {
3333
public HomeAdminCommand(
3434
HomeManager homeManager,
3535
NoticeService noticeService,
36-
PluginConfiguration pluginConfiguration) {
36+
PluginConfiguration pluginConfiguration
37+
) {
3738
this.homeManager = homeManager;
3839
this.noticeService = noticeService;
3940
this.pluginConfiguration = pluginConfiguration;

0 commit comments

Comments
 (0)