Fixed cargo fmt

This commit is contained in:
Andrew Helwer 2021-09-28 18:53:24 -04:00
parent 815c281c48
commit 3b5f9cb642

View file

@ -1,4 +1,4 @@
use anyhow::{Result};
use anyhow::Result;
use std::io;
use std::sync::atomic::{AtomicUsize, Ordering};
use std::sync::Arc;