Skip to content
Snippets Groups Projects
Commit 188c8b20 authored by Vecna's avatar Vecna
Browse files

Format new changes

parent 080deb79
No related branches found
No related tags found
No related merge requests found
Pipeline #163515 failed
......@@ -828,7 +828,12 @@ impl LoxServerContext {
};
// TODO: Forward this information to rdsys
for bridge_str in blocked_bridges.keys() {
if self.tp_bridge_infos.lock().unwrap().contains_key(bridge_str) {
if self
.tp_bridge_infos
.lock()
.unwrap()
.contains_key(bridge_str)
{
let bl = self
.tp_bridge_infos
.lock()
......
......@@ -77,7 +77,10 @@ mod tests {
use base64::{engine::general_purpose, Engine};
use chrono::{Duration, Utc};
use julianday::JulianDay;
use lox_library::{bridge_table, bridge_table::BridgeLine, cred::BucketReachability, proto, BridgeAuth, BridgeDb};
use lox_library::{
bridge_table, bridge_table::BridgeLine, cred::BucketReachability, proto, BridgeAuth,
BridgeDb,
};
use rand::RngCore;
use std::sync::{Arc, Mutex};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment