Skip to content

Commit

Permalink
chore: lints
Browse files Browse the repository at this point in the history
  • Loading branch information
tbraun96 committed Nov 18, 2024
1 parent a3623be commit 4ec4ab0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@ async fn process_signal_command_as_server(
&sess_mgr,
&sess_hyper_ratchet,
security_level,
&mut *peer_layer,
&mut peer_layer,
)
.await
}
Expand Down Expand Up @@ -1273,7 +1273,7 @@ async fn process_signal_command_as_server(
&sess_mgr,
&sess_hyper_ratchet,
security_level,
&mut *peer_layer,
&mut peer_layer,
)
.await
}
Expand Down

0 comments on commit 4ec4ab0

Please sign in to comment.