Skip to content

Commit

Permalink
chore: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jackstar12 committed Jul 29, 2024
1 parent 1c2a3a4 commit c4915d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/grpc-plugin/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ async fn run_interface(bind_addr: SocketAddr, state: PluginState) -> Result<()>
async fn handle_notification(plugin : Plugin<PluginState>, value : serde_json::Value) -> Result<()> {
let notification : Result<Notification, _> = serde_json::from_value(value);
match notification {
Err(err) => {
Err(err) => {
log::debug!("Failed to parse notification from lightningd {:?}", err);
},
Ok(notification) => {
Expand All @@ -139,4 +139,4 @@ async fn handle_notification(plugin : Plugin<PluginState>, value : serde_json::V
}
};
Ok(())
}
}

0 comments on commit c4915d3

Please sign in to comment.