mirror of
https://github.com/gosticks/SwiftGit2.git
synced 2025-10-16 11:55:34 +00:00
Remove redundant internal access modifier
This commit is contained in:
parent
a8d0000168
commit
e16d5c6baa
@ -10,7 +10,7 @@ internal extension NSError {
|
||||
/// :param: libGit2PointOfFailure The name of the libgit2 function that produced the
|
||||
/// error code.
|
||||
/// :returns: An NSError with a libgit2 error domain, code, and message.
|
||||
internal convenience init(gitError errorCode: Int32, pointOfFailure: String? = nil) {
|
||||
convenience init(gitError errorCode: Int32, pointOfFailure: String? = nil) {
|
||||
let code = Int(errorCode)
|
||||
var userInfo: [String: String] = [:]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user