diff auth/auth.go @ 14:4368a377ff64

gofmt.
author Paul Fisher <paul@pfish.zone>
date Thu, 29 Oct 2015 21:31:28 -0400
parents 1c194fa9bbf4
children
line wrap: on
line diff
--- a/auth/auth.go	Thu Oct 29 21:29:27 2015 -0400
+++ b/auth/auth.go	Thu Oct 29 21:31:28 2015 -0400
@@ -27,7 +27,7 @@
 )
 
 var (
-	WrongLengthError      error = errors.New("multipass/auth: password entry must have 3 fields")
+	WrongLengthError     error = errors.New("multipass/auth: password entry must have 3 fields")
 	BadIDError                 = errors.New("multipass/auth: ID field invalid")
 	Base64Error                = errors.New("multipass/auth: can't decode base64 data")
 	LongDescriptionError       = errors.New("multipass/auth: description must be less than 255 bytes")