Skip to content

Commit

Permalink
Apply spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Aug 26, 2023
1 parent a8cf37f commit 0f7c33e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class BaselineProfileGenerator {
fun startup() =
baselineProfileRule.collect(
packageName = "com.skydoves.balloon.benchmark.app",
includeInStartupProfile = true
includeInStartupProfile = true,
) {
pressHome()
// This block defines the app's critical user journey. Here we are interested in
Expand Down

0 comments on commit 0f7c33e

Please sign in to comment.