mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-25 16:51:06 +02:00
multi: fix make lint
Fixes new lint errors caught by the latest version.
This commit is contained in:
@@ -7,5 +7,5 @@ type mockHTLCNotifier struct {
|
||||
}
|
||||
|
||||
func (m *mockHTLCNotifier) NotifyFinalHtlcEvent(key channeldb.CircuitKey,
|
||||
info channeldb.FinalHtlcInfo) { // nolint:whitespace
|
||||
info channeldb.FinalHtlcInfo) { //nolint:whitespace
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user