Run cargo fmt
This commit is contained in:
parent
98f981634c
commit
58cc7fac25
22 changed files with 57 additions and 74 deletions
|
@ -1,9 +1,9 @@
|
|||
mod util;
|
||||
|
||||
use schemars::JsonSchema;
|
||||
use serde::{Serialize};
|
||||
use util::*;
|
||||
use serde::Serialize;
|
||||
use std::collections::{HashMap, HashSet};
|
||||
use util::*;
|
||||
|
||||
enum Or<A, B> {
|
||||
#[allow(dead_code)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue