idea: cleanup "Remove redundant qualifier name"
This commit is contained in:
+1
-1
@@ -76,7 +76,7 @@ class ScriptConfigurationFileAttributeCache : ScriptDependenciesLoader {
|
||||
file.scriptDependencies = null
|
||||
file.scriptCompilationConfiguration = null
|
||||
} else {
|
||||
if (value is ScriptCompilationConfigurationWrapper.FromLegacy) {
|
||||
if (value is FromLegacy) {
|
||||
file.scriptDependencies = value.legacyDependencies
|
||||
} else {
|
||||
if (file.scriptDependencies != null) file.scriptDependencies = null
|
||||
|
||||
@@ -68,7 +68,7 @@ class KotlinFormatterUsageCollector {
|
||||
|
||||
if (isDefaultKotlinCommonSettings && isDefaultKotlinCustomSettings) {
|
||||
return if (isDefaultOfficialCodeStyle) {
|
||||
paired(KotlinFormatterKind.IDEA_OFFICIAL_DEFAULT, isProject)
|
||||
paired(IDEA_OFFICIAL_DEFAULT, isProject)
|
||||
} else {
|
||||
paired(IDEA_DEFAULT, isProject)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user