Skip to content

Commit

Permalink
chore: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
iamwacko committed Feb 25, 2024
1 parent 4668857 commit 007ba57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion core/src/graph/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ use synth_gen::prelude::*;

use crate::compile::{Link, NamespaceCompiler};


pub mod prelude;
use prelude::*;

Expand Down
5 changes: 1 addition & 4 deletions core/src/schema/content/number.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ use std::hash::{Hash, Hasher};
use super::Categorical;

use crate::graph::number::{RandomF32, RandomI16, RandomI32, RandomU32};
use serde::{
ser::Serializer,
Serialize,
};
use serde::{ser::Serializer, Serialize};

#[derive(Clone, Copy)]
pub enum NumberContentKind {
Expand Down

0 comments on commit 007ba57

Please sign in to comment.