Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnatBeresnev committed Oct 31, 2023
1 parent c978c5f commit 0ab0acf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ internal class SymbolSampleAnalysisEnvironmentCreator(
override fun <T> use(block: SampleAnalysisEnvironment.() -> T): T {
return runBlocking(Dispatchers.Default) {
SamplesKotlinAnalysis(
sourceSets = context.configuration.sourceSets, context = context
sourceSets = context.configuration.sourceSets,
context = context
).use { samplesKotlinAnalysis ->
val sampleAnalysisEnvironment = SymbolSampleAnalysisEnvironment(
samplesKotlinAnalysis = samplesKotlinAnalysis,
Expand Down

0 comments on commit 0ab0acf

Please sign in to comment.