Skip to content

Commit e86809a

Browse files
committed
format
1 parent 2594461 commit e86809a

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
package server.gateways;
22

33
public record GatewayContext(
4-
WorldGateway world,
5-
EventGateway events,
6-
PermissionGateway permissions,
7-
InventoryGateway inventory,
8-
ConfigGateway config,
9-
CommandGateway commands,
10-
PlayerGateway players,
11-
MessageGateway messages,
12-
ServerGateway server
13-
) {}
4+
WorldGateway world,
5+
EventGateway events,
6+
PermissionGateway permissions,
7+
InventoryGateway inventory,
8+
ConfigGateway config,
9+
CommandGateway commands,
10+
PlayerGateway players,
11+
MessageGateway messages,
12+
ServerGateway servery) {}

0 commit comments

Comments
 (0)