From 54926a719de46b3c359f2f7ce3c29ff4fe55397b Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 19 Mar 2025 11:20:24 +0800 Subject: Remove underscores from Go code, pt 3 --- git_format_patch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git_format_patch.go') diff --git a/git_format_patch.go b/git_format_patch.go index 3533eca..56474d2 100644 --- a/git_format_patch.go +++ b/git_format_patch.go @@ -21,7 +21,7 @@ func fmtCommitPatch(commit *object.Commit) (final string, err error) { var date string var commitTitle, commitDetails string - if _, patch, err = get_patch_from_commit(commit); err != nil { + if _, patch, err = fmtCommitAsPatch(commit); err != nil { return "", err } -- cgit v1.2.3