chore: run cargo fmt
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use std::{io::prelude::*, net::UdpSocket, thread};
|
||||
|
||||
use ed25519_dalek::{Keypair, Signer};
|
||||
use anyhow::{anyhow, Context};
|
||||
use ed25519_dalek::{Keypair, Signer};
|
||||
|
||||
const PUBKEY: &[u8] = include_bytes!("../../key-generator/pubkey");
|
||||
const PRIVKEY: &[u8] = include_bytes!("../../key-generator/privkey");
|
||||
|
||||
Reference in New Issue
Block a user