Skip to content

Commit

Permalink
Fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
GStudiosX2 committed Jan 2, 2025
1 parent d002329 commit 6e5db56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ use ferrumc_config::whitelist::create_whitelist;
use ferrumc_core::chunks::chunk_receiver::ChunkReceiver;
use ferrumc_ecs::Universe;
use ferrumc_general_purpose::paths::get_root_path;
use ferrumc_net::server::create_server_listener;
use ferrumc_net::connection::StreamWriter;
use ferrumc_net::server::create_server_listener;
use ferrumc_state::ServerState;
use ferrumc_world::World;
use std::hash::{Hash, Hasher};
Expand Down

0 comments on commit 6e5db56

Please sign in to comment.