#whitespace

This commit is contained in:
Ell Neal
2019-01-27 15:27:30 +00:00
parent 370963ec73
commit d54bbe711c
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@ enum PathProperty {
}
extension Array where Element == PathProperty {
func resolvingPaths(in jsonDictionary: JSONDictionary, relativeTo path: Path) -> JSONDictionary {
var result = jsonDictionary
+1
View File
@@ -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 {