mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
run rustfmt one the whole project and add it to the CI
This commit is contained in:
parent
de9ea94f57
commit
29bf6a8d42
9 changed files with 31 additions and 19 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue