Skip to content

Commit

Permalink
fmt again
Browse files Browse the repository at this point in the history
  • Loading branch information
shanemadden committed Mar 18, 2024
1 parent 470ce15 commit 9c9f8b0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/constants/small_enums.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ use num_derive::FromPrimitive;
use num_traits::FromPrimitive;
use serde::{Deserialize, Serialize};
use serde_repr::{Deserialize_repr, Serialize_repr};
use std::{
convert::Infallible,
fmt,
str::FromStr,
};
use std::{convert::Infallible, fmt, str::FromStr};
use wasm_bindgen::prelude::*;
//use crate::constants::find::Find;

Expand Down

0 comments on commit 9c9f8b0

Please sign in to comment.