Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
leobeg committed Nov 21, 2024
1 parent ec1f93b commit 79dd8c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pumpkin/src/command/mod.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
use std::fmt;
use std::sync::Arc;

use crate::command::commands::{cmd_bossbar, cmd_transfer};
use crate::command::commands::cmd_seed;
use crate::command::commands::cmd_transfer;
use crate::command::commands::{cmd_bossbar, cmd_transfer};
use crate::command::dispatcher::CommandDispatcher;
use crate::entity::player::{PermissionLvl, Player};
use crate::server::Server;
Expand Down

0 comments on commit 79dd8c8

Please sign in to comment.