Skip to content

Commit 8cfd0ef

Browse files
committed
Fix lint warning
1 parent 9352e82 commit 8cfd0ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/middleware.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ pub fn build_middleware(app: Arc<App>, endpoints: RouteBuilder) -> MiddlewareBui
9292
);
9393
m.around(balance_capacity::BalanceCapacity::new(capacity))
9494
} else {
95-
println!("BalanceCapacity middleware not enabled. DB_PRIMARY_POOL_SIZE is too low.");
95+
println!(
96+
"BalanceCapacity middleware not enabled. DB_PRIMARY_POOL_SIZE is too low."
97+
);
9698
}
9799
}
98100
}

0 commit comments

Comments
 (0)