cosmetics: Remove unnecessary newlines between use blocks

This commit is contained in:
mirsal 2021-03-30 08:50:55 +00:00
parent 60cf753b7f
commit 749cf151bf
2 changed files with 0 additions and 3 deletions

View File

@ -1,9 +1,7 @@
use ed25519_dalek::{Keypair, PublicKey, SecretKey};
use json::{object, JsonValue};
use rand::rngs::OsRng;
use regex::Regex;
use async_std::fs;
use async_std::path::PathBuf;
use async_trait::async_trait;

View File

@ -1,6 +1,5 @@
use clap::{load_yaml, App};
use ed25519_dalek::Keypair;
use async_std::fs;
use async_std::net::UdpSocket;
use async_std::path::PathBuf;