diff --git a/invert-models/src/commonMain/kotlin/com/squareup/invert/models/js/CollectedStatTotalsJsReportModel.kt b/invert-models/src/commonMain/kotlin/com/squareup/invert/models/js/CollectedStatTotalsJsReportModel.kt index 9b561c3..0d8ba3d 100644 --- a/invert-models/src/commonMain/kotlin/com/squareup/invert/models/js/CollectedStatTotalsJsReportModel.kt +++ b/invert-models/src/commonMain/kotlin/com/squareup/invert/models/js/CollectedStatTotalsJsReportModel.kt @@ -10,5 +10,5 @@ import kotlinx.serialization.Serializable */ @Serializable data class CollectedStatTotalsJsReportModel( - val statTotals :Map + val statTotals: Map )