run rustfmt one the whole project and add it to the CI

This commit is contained in:
Tamo 2021-06-29 15:25:18 +02:00
parent de9ea94f57
commit 29bf6a8d42
No known key found for this signature in database
GPG key ID: 20CD8020AFA88D69
9 changed files with 31 additions and 19 deletions

View file

@ -6,7 +6,7 @@ use std::sync::Arc;
use async_stream::stream;
use futures::StreamExt;
use log::{trace};
use log::trace;
use oxidized_json_checker::JsonChecker;
use tokio::fs;
use tokio::io::AsyncWriteExt;