diff options
| author | 2026-01-30 10:17:22 +0100 | |
|---|---|---|
| committer | 2026-01-30 10:17:22 +0100 | |
| commit | 89e2abdc02e39d81aa7905f4d470dfeaddd090a7 (patch) | |
| tree | 9b6baa351e33ceedcba308c87bf04cc0a9324319 /difftrees.go | |
| parent | delta: Fix indentation (diff) | |
| signature | No signature | |
difftrees: Remove extra blank lines in TreeDiffEntry struct
Diffstat (limited to 'difftrees.go')
| -rw-r--r-- | difftrees.go | 3 |
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 } |
