Skip to content

Commit f008b22

Browse files
committed
Appease the linter
1 parent c1a14cb commit f008b22

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cmd/stellar-rpc/internal/daemon/interfaces/noOpDaemon.go

+3-1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ func (s noOpCoreClient) SubmitTransaction(context.Context, string) (*proto.TXRes
6060
return &proto.TXResponse{Status: proto.PreflightStatusOk}, nil
6161
}
6262

63-
func (s noOpCoreClient) GetLedgerEntries(context.Context, uint32, ...xdr.LedgerKey) (proto.GetLedgerEntryResponse, error) {
63+
func (s noOpCoreClient) GetLedgerEntries(context.Context,
64+
uint32, ...xdr.LedgerKey,
65+
) (proto.GetLedgerEntryResponse, error) {
6466
return proto.GetLedgerEntryResponse{}, nil
6567
}

0 commit comments

Comments
 (0)