aboutsummaryrefslogtreecommitdiff
path: root/difftrees.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-01-30 10:17:22 +0100
committerGravatar Runxi Yu2026-01-30 10:17:22 +0100
commit89e2abdc02e39d81aa7905f4d470dfeaddd090a7 (patch)
tree9b6baa351e33ceedcba308c87bf04cc0a9324319 /difftrees.go
parentdelta: Fix indentation (diff)
signatureNo signature
difftrees: Remove extra blank lines in TreeDiffEntry struct
Diffstat (limited to 'difftrees.go')
-rw-r--r--difftrees.go3
1 files changed, 0 insertions, 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
}