aboutsummaryrefslogtreecommitdiff
path: root/git_format_patch.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-11 23:18:29 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-11 23:18:29 +0800
commitc8d682174aaceab749302dd543122f60193dafbb (patch)
tree880e84741c72b30a41b6f2f052e260fe5da447d9 /git_format_patch.go
parent*.go: Remove extra TODOs (diff)
downloadforge-c8d682174aaceab749302dd543122f60193dafbb.tar.gz
forge-c8d682174aaceab749302dd543122f60193dafbb.tar.zst
forge-c8d682174aaceab749302dd543122f60193dafbb.zip
*.go: Reformat
Diffstat (limited to 'git_format_patch.go')
-rw-r--r--git_format_patch.go1
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
}
-