diff options
Diffstat (limited to '')
-rw-r--r-- | git_format_patch.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/git_format_patch.go b/git_format_patch.go index c899ed5..1f282fa 100644 --- a/git_format_patch.go +++ b/git_format_patch.go @@ -56,4 +56,3 @@ func format_patch_from_commit(commit *object.Commit) (string, error) { return buf.String(), nil } - |