diff options
| author | 2025-11-15 00:00:00 +0000 | |
|---|---|---|
| committer | 2025-11-15 00:00:00 +0000 | |
| commit | 2dc35619e7191b62b2081af25ec294cda55a3ff8 (patch) | |
| tree | 896dbc9a9389c80a8aa29a4b80b9d799c8009db4 /obj_tag.go | |
| parent | README: Remove satirical line about trillion-dollar pricing (diff) | |
| signature | ||
Remove unnecessary blank line in struct fields
Diffstat (limited to 'obj_tag.go')
| -rw-r--r-- | obj_tag.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -8,8 +8,7 @@ import ( // Tag models an annotated Git tag object. type Tag struct { - Hash Hash - + Hash Hash Target Hash TargetType ObjType Name []byte |
