Code formatting

This commit is contained in:
phoenix
2025-11-20 12:22:51 -05:00
parent 9d01596648
commit a8389ef7d8
+3 -3
View File
@@ -7,7 +7,7 @@ import (
) )
type ServiceUser struct { type ServiceUser struct {
Id uuid.UUID `json:"id"` Id uuid.UUID `json:"id"`
Passphrase string `json:"passphrase,omitempty"` Passphrase string `json:"passphrase,omitempty"`
Created *time.Time `json:"date_created,omitempty"` Created *time.Time `json:"date_created,omitempty"`
} }