Skip to content

Commit 24cde36

Browse files
committed
style: suppress detekt
1 parent ccffc22 commit 24cde36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/spp/protocol/service/listen/LiveInstrumentListener.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ package spp.protocol.service.listen
1818

1919
import spp.protocol.instrument.event.*
2020

21+
@Suppress("TooManyFunctions") // public API
2122
interface LiveInstrumentListener {
2223

2324
fun onInstrumentEvent(event: LiveInstrumentEvent) {

0 commit comments

Comments
 (0)