Skip to content

Commit

Permalink
Extra changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Big-Iron-Cheems authored and MineGame159 committed Nov 23, 2024
1 parent b38fdae commit d631cc6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
indent_size = 4
ij_continuation_indent_size = 4

[*.{json, yml}]
indent_size = 2
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/dev_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Wrapper Validation
uses: gradle/actions/wrapper-validation@v3
- name: Set up Java
uses: actions/setup-java@v4
with:
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/example/addon/commands/CommandExample.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
import meteordevelopment.meteorclient.commands.Command;
import net.minecraft.command.CommandSource;

import static com.mojang.brigadier.Command.SINGLE_SUCCESS;

/**
* The Meteor Client command API uses the <a href="https://github.com/Mojang/brigadier">same command system as Minecraft does</a>.
*/
Expand Down

0 comments on commit d631cc6

Please sign in to comment.