Skip to content

Commit

Permalink
Moved nullsToNewlines
Browse files Browse the repository at this point in the history
Signed-off-by: Brentley Jones <[email protected]>
  • Loading branch information
brentleyjones committed Nov 1, 2023
1 parent 7623f7a commit d12e0be
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -730,9 +730,3 @@ private extension PBXProductType {
}
}
}

private extension String {
var nullsToNewlines: String {
replacingOccurrences(of: "\0", with: "\n")
}
}

0 comments on commit d12e0be

Please sign in to comment.