Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
spenserblack committed Dec 12, 2023
1 parent 6b3e65e commit a90b788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ impl From<ColoredString> for Box<dyn Error> {
#[cfg(test)]
mod tests {
use super::*;
use std::{fmt::Write, error::Error};
use std::{error::Error, fmt::Write};

#[test]
fn formatting() {
Expand Down

0 comments on commit a90b788

Please sign in to comment.