Commit 4dc4fbad authored by Michael Droettboom's avatar Michael Droettboom Committed by Alessio Placitelli
Browse files

fix detekt

parent c4c0d830
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@ data class EventMetricType<ExtraKeysEnum : Enum<ExtraKeysEnum>>(
     *              identifiers. This is used for events where additional richer context is needed.
     *              The maximum length for values is defined by [MAX_LENGTH_EXTRA_KEY_VALUE]
     */
    @Suppress("NestedBlockDepth")
    fun record(extra: Map<ExtraKeysEnum, String>? = null) {
        if (!shouldRecord(logger)) {
            return