mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
#whitespace
This commit is contained in:
@@ -14,6 +14,7 @@ enum PathProperty {
|
||||
}
|
||||
|
||||
extension Array where Element == PathProperty {
|
||||
|
||||
func resolvingPaths(in jsonDictionary: JSONDictionary, relativeTo path: Path) -> JSONDictionary {
|
||||
var result = jsonDictionary
|
||||
|
||||
|
||||
@@ -70,6 +70,7 @@ public struct Spec {
|
||||
}
|
||||
|
||||
extension Spec {
|
||||
|
||||
func resolvingPaths(relativeTo basePath: Path = Path()) -> Spec {
|
||||
let relativePath = (basePath + self.relativePath).normalize()
|
||||
guard relativePath != Path() else {
|
||||
|
||||
Reference in New Issue
Block a user