[IC] Apply IDEA suggestions to IC caches code

This commit is contained in:
Alexander.Likhachev
2023-01-09 12:55:40 +01:00
committed by Space Team
parent 432b08e158
commit 7171c2531c
4 changed files with 23 additions and 23 deletions
@@ -102,7 +102,7 @@ open class IncrementalJsCache(
}
fun getOutputsBySource(sourceFile: File): Collection<File> {
return sourceToJsOutputsMap.get(sourceFile)
return sourceToJsOutputsMap[sourceFile]
}
fun compareAndUpdate(incrementalResults: IncrementalResultsConsumerImpl, changesCollector: ChangesCollector) {