mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-02-23 02:55:02 +01:00
XCode7 beta 6 updates
This commit is contained in:
@@ -237,9 +237,9 @@ extension MigrationChain: CustomDebugStringConvertible {
|
||||
steps.append(nextVersion)
|
||||
version = nextVersion
|
||||
}
|
||||
paths.append(" → ".join(steps))
|
||||
paths.append(steps.joinWithSeparator(" → "))
|
||||
}
|
||||
|
||||
return "[" + "], [".join(paths) + "]"
|
||||
return "[" + paths.joinWithSeparator("], [") + "]"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user