Skip to content

Commit

Permalink
cargo fmt server/mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
iceiix committed Jun 30, 2020
1 parent 3562ecb commit bbaf90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ use rsa_public_encrypt_pkcs1;
use serde_json;
use std::collections::HashMap;
use std::hash::BuildHasherDefault;
use std::str::FromStr;
use std::sync::mpsc;
use std::sync::{Arc, RwLock};
use std::thread;
use std::str::FromStr;

pub mod plugin_messages;
mod sun;
Expand Down

0 comments on commit bbaf90d

Please sign in to comment.