From 89e2abdc02e39d81aa7905f4d470dfeaddd090a7 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 30 Jan 2026 10:17:22 +0100 Subject: difftrees: Remove extra blank lines in TreeDiffEntry struct --- difftrees.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/difftrees.go b/difftrees.go index c6f4db6e..ea21687c 100644 --- a/difftrees.go +++ b/difftrees.go @@ -19,13 +19,10 @@ type TreeDiffEntry struct { // Path is the full slash-separated path relative to the root // of the repository. Path []byte - // Kind indicates the type of difference. Kind TreeDiffEntryKind - // Old is the old tree entry (nil iff added). Old *TreeEntry - // New is the new tree entry (nil iff deleted). New *TreeEntry } -- cgit v1.3.1-10-gc9f91