Skip to content

Commit

Permalink
Ktlint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
HonzaR committed Sep 1, 2023
1 parent afb5fd0 commit b190c00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class StartupBenchmark : UiTestPrerequisites() {
TraceSectionMetric(ADDRESS_SCREEN_SECTION, TraceSectionMetric.Mode.First, false),
TraceSectionMetric(UNIFIED_ADDRESS_SECTION, TraceSectionMetric.Mode.First, false),
TraceSectionMetric(SAPLING_ADDRESS_SECTION, TraceSectionMetric.Mode.First, false),
TraceSectionMetric( TRANSPARENT_ADDRESS_SECTION, TraceSectionMetric.Mode.First, false)
TraceSectionMetric(TRANSPARENT_ADDRESS_SECTION, TraceSectionMetric.Mode.First, false)
),
compilationMode = CompilationMode.Full(),
startupMode = StartupMode.COLD,
Expand Down

0 comments on commit b190c00

Please sign in to comment.