summaryrefslogtreecommitdiff
path: root/tag_test.go
diff options
context:
space:
mode:
authorMark Probst <[email protected]>2015-03-04 11:40:26 -0800
committerMark Probst <[email protected]>2015-03-04 15:52:59 -0800
commit45d88ca5f4e69c9a07b867ec73da27f29bd77388 (patch)
treec894f1221cdcca4f9730245e1a4eeddef768590d /tag_test.go
parente439b931a6b23a84fd0d32114b25a9dd5e08ac29 (diff)
go fmt
Diffstat (limited to 'tag_test.go')
-rw-r--r--tag_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag_test.go b/tag_test.go
index 5ebd53d..126cf6e 100644
--- a/tag_test.go
+++ b/tag_test.go
@@ -2,8 +2,8 @@ package git
import (
"os"
- "time"
"testing"
+ "time"
)
func TestCreateTag(t *testing.T) {