Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yogurtandjam committed May 29, 2024
1 parent 7f260a0 commit e1b4453
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ package exchange.dydx.abacus.processor.router

import exchange.dydx.abacus.protocols.ParserProtocol

class SharedRouterProcessor(val parser: ParserProtocol) {}
class SharedRouterProcessor(val parser: ParserProtocol)
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import exchange.dydx.abacus.utils.safeSet
@Suppress("NotImplementedDeclaration")
internal class SkipProcessor(parser: ParserProtocol) : BaseProcessor(parser), IRouterProcessor {
override var chains: List<Any>? = null

// possibly want to use a different variable so we aren't stuck with this bad type
// actual type of the tokens payload is Map<str, Map<str, List<Map<str, Any>>>>
override var tokens: List<Any>? = null
Expand Down

0 comments on commit e1b4453

Please sign in to comment.