mirror of
https://github.com/gosticks/SwiftGit2.git
synced 2025-10-16 11:55:34 +00:00
Make Repository final
This commit is contained in:
parent
734ae07460
commit
5f77ca2bb5
@ -10,7 +10,7 @@ import Foundation
|
||||
import LlamaKit
|
||||
|
||||
/// A git repository.
|
||||
public class Repository {
|
||||
final public class Repository {
|
||||
let git_repository: COpaquePointer
|
||||
|
||||
/// Load the repository at the given URL.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user