From a8389ef7d8a9b4ee2e6ecd5187dfb1c7de7e8487 Mon Sep 17 00:00:00 2001 From: phoenix Date: Thu, 20 Nov 2025 12:22:51 -0500 Subject: [PATCH] Code formatting --- pkg/user/service_user.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/user/service_user.go b/pkg/user/service_user.go index a5fc7ad..4855521 100644 --- a/pkg/user/service_user.go +++ b/pkg/user/service_user.go @@ -7,7 +7,7 @@ import ( ) type ServiceUser struct { - Id uuid.UUID `json:"id"` - Passphrase string `json:"passphrase,omitempty"` - Created *time.Time `json:"date_created,omitempty"` + Id uuid.UUID `json:"id"` + Passphrase string `json:"passphrase,omitempty"` + Created *time.Time `json:"date_created,omitempty"` }