Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Nitesh Balusu <[email protected]>
  • Loading branch information
niteshbalusu11 committed Dec 16, 2023
1 parent 7e48551 commit cf75b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ pub async fn connect(
socket: String,
) -> Result<LndClient, Box<dyn std::error::Error>> {
let channel = get_channel(cert, socket).await?;
let interceptor = MacaroonInterceptor {macaroon};
let interceptor = MacaroonInterceptor { macaroon };
let client = LndClient {
autopilot: crate::autopilotrpc::autopilot_client::AutopilotClient::with_interceptor(
channel.clone(),
Expand Down

0 comments on commit cf75b3e

Please sign in to comment.