Skip to content

Commit 6256829

Browse files
committed
formatting
1 parent 5e04a25 commit 6256829

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sentry/src/routes/routers.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,7 @@ pub fn channels_router_axum<C: Locked + 'static>() -> Router {
143143
.route("/all", get(get_all_spender_limits_axum::<C>))
144144
.layer(
145145
// keeps the order from top to bottom!
146-
ServiceBuilder::new()
147-
.layer(middleware::from_fn(authentication_required::<C, _>)),
146+
ServiceBuilder::new().layer(middleware::from_fn(authentication_required::<C, _>)),
148147
);
149148

150149
let channel_routes = Router::new()

0 commit comments

Comments
 (0)