From c8d682174aaceab749302dd543122f60193dafbb Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 11 Feb 2025 23:18:29 +0800 Subject: *.go: Reformat --- git_format_patch.go | 1 - 1 file changed, 1 deletion(-) (limited to 'git_format_patch.go') 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 } - -- cgit v1.2.3