Skip to content

Commit

Permalink
chore: gah, forgot to fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
iamwacko committed Feb 25, 2024
1 parent 9b37f46 commit 7be33f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/src/graph/string/format.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ impl dynfmt::FormatArgs for FormatArgs<String> {
pub mod tests {
use super::*;
use crate::graph::{
DateTimeNode, NumberNode, RandFaker, RandomDateTime, RandomI64,
RandomString, StringNode,
DateTimeNode, NumberNode, RandFaker, RandomDateTime, RandomI64, RandomString, StringNode,
};
use chrono::naive::NaiveDate;

Expand Down

0 comments on commit 7be33f1

Please sign in to comment.