Skip to content

Commit

Permalink
Removing extra format
Browse files Browse the repository at this point in the history
Signed-off-by: David Gilligan-Cook <dcook@imageworks.com>
  • Loading branch information
dcookspi committed Aug 8, 2024
1 parent f91fe76 commit 22206f8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions crates/spk-solve/src/io.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,12 +226,9 @@ where
// )
// .await?
tracing::info!(
"{}",
format!(
"{}{}",
self.settings.heading_prefix,
solution.format_solution(self.settings.verbosity)
)
"{}{}",
self.settings.heading_prefix,
solution.format_solution(self.settings.verbosity)
);
}
}
Expand Down

0 comments on commit 22206f8

Please sign in to comment.