Formatting

This commit is contained in:
phoenix
2025-11-01 20:30:30 -04:00
parent 9f5c4ed095
commit f916a552f6
+1 -1
View File
@@ -2,5 +2,5 @@ package contact
type Contact struct { type Contact struct {
PhoneNumber string `json:"phone_number,omitempty"` PhoneNumber string `json:"phone_number,omitempty"`
UserId string `json:"user_id,omitempty"` UserId string `json:"user_id,omitempty"`
} }