Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
Signed-off-by: Peng Chen <[email protected]>
  • Loading branch information
shanicky committed Jan 28, 2023
1 parent e94b6d3 commit b44267f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rpc_client/src/meta_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1035,9 +1035,9 @@ impl GrpcMetaClient {
}
}

return Err(RpcError::Internal(anyhow!(
Err(RpcError::Internal(anyhow!(
"could not ensure meta node leader"
)));
)))
}
}

Expand Down

0 comments on commit b44267f

Please sign in to comment.