Skip to content

Commit 2bd5a5e

Browse files
Update Sources/TSCUtility/Netrc.swift
Co-authored-by: Max Desiatov <[email protected]>
1 parent 97dc5d6 commit 2bd5a5e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/TSCUtility/Netrc.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ public struct Netrc: AuthorizationProviding {
8484
guard machines.count > 0 else { return .failure(.machineNotFound) }
8585
return .success(Netrc(machines: machines))
8686
}
87-
88-
8987
/// Utility method to trim comments from netrc content
9088
/// - Parameter text: String text of netrc file
9189
/// - Returns: String text of netrc file *sans* comments

0 commit comments

Comments
 (0)