Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Jun 19, 2023
1 parent 6a502db commit 3454207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ use instance::{EdgeSide, InstanceStep};
use tracing::instrument;

#[cfg(feature = "serde")]
use serde::{Serialize, Deserialize};
use serde::{Deserialize, Serialize};

#[cfg(feature = "async")]
mod async_helpers;
Expand Down
2 changes: 1 addition & 1 deletion src/primitives.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use tracing::instrument;
use glam::Vec2;

#[cfg(feature = "serde")]
use serde::{Serialize, Deserialize};
use serde::{Deserialize, Serialize};

/// A point that lies on an edge of a polygon in the navigation mesh.
#[derive(Debug, Clone, PartialEq)]
Expand Down

0 comments on commit 3454207

Please sign in to comment.