mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
fix small indentation errors
This commit is contained in:
@@ -1339,20 +1339,20 @@ sizes. See [this document][watches] for more info.
|
||||
getRawScopedValue (scopeDescriptor, keyPath, options) {
|
||||
scopeDescriptor = ScopeDescriptor.fromObject(scopeDescriptor)
|
||||
const result = this.scopedSettingsStore.getPropertyValue(
|
||||
scopeDescriptor.getScopeChain(),
|
||||
keyPath,
|
||||
options
|
||||
)
|
||||
scopeDescriptor.getScopeChain(),
|
||||
keyPath,
|
||||
options
|
||||
)
|
||||
|
||||
const legacyScopeDescriptor = this.getLegacyScopeDescriptor(scopeDescriptor)
|
||||
if (result != null) {
|
||||
return result
|
||||
} else if (legacyScopeDescriptor) {
|
||||
return this.scopedSettingsStore.getPropertyValue(
|
||||
legacyScopeDescriptor.getScopeChain(),
|
||||
keyPath,
|
||||
options
|
||||
)
|
||||
legacyScopeDescriptor.getScopeChain(),
|
||||
keyPath,
|
||||
options
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user