Skip to content

Commit 405bb6b

Browse files
committed
Remove extra bracket
1 parent 4fb291c commit 405bb6b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/developers/minestom.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ ApolloMinestomPlatform.init(ApolloMinestomProperties.builder()
197197
.build()
198198
)
199199
.build());
200-
)
201200
```
202201

203202
**Custom Permissions**
@@ -209,7 +208,6 @@ ApolloMinestomPlatform.init(ApolloMinestomProperties.builder()
209208
.build()
210209
)
211210
.build());
212-
)
213211
```
214212

215213
### Complete Example

0 commit comments

Comments
 (0)