Skip to content

Commit

Permalink
#128: Reformat with spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
PatilShreyas committed Oct 19, 2024
1 parent 784f425 commit edc8690
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ import dev.shreyaspatil.composeCompilerMetricsGenerator.core.model.classes.Class
import dev.shreyaspatil.composeCompilerMetricsGenerator.core.model.composables.ComposablesReport
import dev.shreyaspatil.composeCompilerMetricsGenerator.core.parser.ClassReportParser
import dev.shreyaspatil.composeCompilerMetricsGenerator.core.parser.ComposableReportParser
import kotlinx.serialization.decodeFromString
import kotlinx.serialization.json.*
import java.io.File
import kotlinx.serialization.json.Json
import kotlinx.serialization.json.JsonObject
import kotlinx.serialization.json.JsonPrimitive
import kotlinx.serialization.json.longOrNull
import java.nio.file.Files

/**
Expand Down

0 comments on commit edc8690

Please sign in to comment.