Skip to content

Commit

Permalink
Remove superfluous space from where clause
Browse files Browse the repository at this point in the history
  • Loading branch information
jkczyz committed Nov 30, 2023
1 parent 1dd7fe6 commit 415d1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning/src/onion_message/messenger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ where
L::Target: Logger,
MR::Target: MessageRouter,
OMH::Target: OffersMessageHandler,
CMH:: Target: CustomOnionMessageHandler,
CMH::Target: CustomOnionMessageHandler,
{
entropy_source: ES,
node_signer: NS,
Expand Down

0 comments on commit 415d1cf

Please sign in to comment.