Skip to content

Commit

Permalink
tabbing
Browse files Browse the repository at this point in the history
  • Loading branch information
tengyifei committed May 2, 2018
1 parent b193c80 commit f229778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwiftGit2/Repository.swift
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ final public class Repository {
) -> Result<Commit, NSError> {
return unsafeIndex().flatMap { index in
defer { git_index_free(index) }
// create commit signature
// create commit signature
return signature.unsafeSignature.flatMap { signature in
defer { git_signature_free(signature) }
var tree: OpaquePointer? = nil
Expand Down

0 comments on commit f229778

Please sign in to comment.