Skip to content

Commit

Permalink
Fix detekt warning (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
tillschallau authored Jul 25, 2024
1 parent 56857fb commit 5f09047
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ import tools.aqua.stars.core.types.*
* @property dependsOn The instance of a [ValidTSCInstancesPerProjectionMetric] on which this metric
* depends on and needs for its calculation.
* @property logger [Logger] instance.
* @property onlyLeafNodes Whether the monitor should only be triggered for leaf nodes.
* @param onlyLeafNodes (Default: false) Whether the monitor should only be triggered for leaf
* nodes.
*/
@Suppress("unused")
class FailedMonitorsGroupedByTSCNodeMetric<
Expand Down

0 comments on commit 5f09047

Please sign in to comment.