Skip to content

Commit

Permalink
format rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pistonight committed Oct 9, 2023
1 parent 2d9ccd3 commit eab491d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion compiler-core/src/comp/comp_line.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ use serde_json::Value;
use crate::json::Coerce;
use crate::lang;
use crate::lang::PresetInst;
use crate::util::async_for;
use crate::prop;
use crate::util::async_for;

use super::{
validate_not_array_or_object, CompMarker, CompMovement, Compiler, CompilerError, CompilerResult,
Expand Down
2 changes: 1 addition & 1 deletion compiler-core/src/comp/comp_marker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ use serde::{Deserialize, Serialize};
use serde_json::Value;

use crate::json::{Cast, Coerce};
use crate::util::async_for;
use crate::prop;
use crate::util::async_for;

use super::{Compiler, CompilerError};

Expand Down
2 changes: 1 addition & 1 deletion compiler-core/src/comp/comp_movement.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ use celerctypes::GameCoord;
use serde::{Deserialize, Serialize};
use serde_json::Value;

use crate::prop;
use crate::json::Coerce;
use crate::prop;
use crate::util::async_for;

use super::{Compiler, CompilerError};
Expand Down
2 changes: 1 addition & 1 deletion compiler-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ pub mod pack;
pub mod plug;

pub mod metrics;
pub mod util;
pub mod prop;
pub mod util;

0 comments on commit eab491d

Please sign in to comment.