mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-07-28 14:26:59 -07:00
Cargo fmt
This commit is contained in:
@@ -836,7 +836,7 @@ impl AppServer {
|
||||
//Test feature- if under load goes to normal operation, write to file
|
||||
#[cfg(feature = "integration_test")]
|
||||
{
|
||||
if (prev_under_load == DoSOperation::Normal) {
|
||||
if prev_under_load == DoSOperation::Normal {
|
||||
let sem_name = b"/rp_integration_test_under_dos\0";
|
||||
|
||||
// Create or open a semaphore
|
||||
|
||||
Reference in New Issue
Block a user