Skip to content
This repository was archived by the owner on Feb 28, 2021. It is now read-only.

Commit 8c1abf3

Browse files
committed
Fix indentation in README
1 parent 9dbba9d commit 8c1abf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ import io.github.cottonmc.clientcommands.CommandProvider;
3535
import net.minecraft.server.command.CommandSource;
3636

3737
public class MyCommands implements CommandProvider {
38-
@Override
39-
public void registerCommands(CommandDispatcher<CommandSource> dispatcher) {
38+
@Override
39+
public void registerCommands(CommandDispatcher<CommandSource> dispatcher) {
4040
dispatcher.register(ArgumentBuilders.literal("client-commands").executes(
4141
source -> {
4242
Feedback.sendFeedback(new StringTextComponent("Hello, world!"));

0 commit comments

Comments
 (0)