From 80492711b4588c10dffa93a57fd9926dc337bbae Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 5 Mar 2025 10:05:04 +0800 Subject: *: Typing fixes --- http_handle_repo_commit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'http_handle_repo_commit.go') diff --git a/http_handle_repo_commit.go b/http_handle_repo_commit.go index 094a862..8f2204e 100644 --- a/http_handle_repo_commit.go +++ b/http_handle_repo_commit.go @@ -103,7 +103,7 @@ var fake_diff_file_null = fake_diff_file{ path: "", } -func make_usable_file_patches(patch diff.Patch) (usable_file_patches []usable_file_patch) { +func make_usable_file_patches(patch diff.Patch) (usable_file_patches []usable_file_patch_t) { // TODO: Remove unnecessary context // TODO: Prepend "+"/"-"/" " instead of solely distinguishing based on color -- cgit v1.2.3