aboutsummaryrefslogtreecommitdiff
path: root/obj_tag.go
diff options
context:
space:
mode:
Diffstat (limited to 'obj_tag.go')
-rw-r--r--obj_tag.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/obj_tag.go b/obj_tag.go
index f3d96bd1..6d26fe80 100644
--- a/obj_tag.go
+++ b/obj_tag.go
@@ -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