We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97dc5d6 commit 2bd5a5eCopy full SHA for 2bd5a5e
Sources/TSCUtility/Netrc.swift
@@ -84,8 +84,6 @@ public struct Netrc: AuthorizationProviding {
84
guard machines.count > 0 else { return .failure(.machineNotFound) }
85
return .success(Netrc(machines: machines))
86
}
87
-
88
89
/// Utility method to trim comments from netrc content
90
/// - Parameter text: String text of netrc file
91
/// - Returns: String text of netrc file *sans* comments
0 commit comments