Removed useless indirect attribute
This commit is contained in:
parent
95de69b422
commit
6a3528c748
|
@ -6,7 +6,7 @@
|
|||
import Foundation
|
||||
|
||||
/// The values a `PathExplorer` can take
|
||||
public indirect enum ExplorerValue {
|
||||
public enum ExplorerValue {
|
||||
|
||||
public typealias ArrayValue = [ExplorerValue]
|
||||
public typealias DictionaryValue = [String: ExplorerValue]
|
||||
|
|
Loading…
Reference in New Issue