Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasnlm committed Sep 6, 2023
1 parent a332eff commit 160f0b7
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ protected constructor(
interactorGeneric.setRouterInternal(this)
}

/**
* @return the name of the router. This is used for logging and debugging purposes.
*/
/** @return the name of the router. This is used for logging and debugging purposes. */
protected fun getName(): String {
return javaClass.simpleName
}
Expand Down

0 comments on commit 160f0b7

Please sign in to comment.