Skip to content

Commit

Permalink
Format use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Dec 12, 2024
1 parent 9c3202f commit aaf7087
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions buildpacks/ruby/src/target_id.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use std::fmt::{Display, Formatter};

use serde::{Deserialize, Serialize};
use std::fmt::{Display, Formatter};

#[derive(Debug, Clone, PartialEq, Eq)]
pub(crate) struct TargetId {
Expand Down

0 comments on commit aaf7087

Please sign in to comment.