carddav: run gofmt

This commit is contained in:
Conrad Hoffmann 2022-08-31 13:42:38 +02:00 committed by Simon Ser
parent 4264d321a5
commit 9adfd95fa9

View File

@ -107,14 +107,14 @@ type AddressObject struct {
Card vcard.Card Card vcard.Card
} }
//SyncQuery is the query struct represents a sync-collection request // SyncQuery is the query struct represents a sync-collection request
type SyncQuery struct { type SyncQuery struct {
DataRequest AddressDataRequest DataRequest AddressDataRequest
SyncToken string SyncToken string
Limit int // <= 0 means unlimited Limit int // <= 0 means unlimited
} }
//SyncResponse contains the returned sync-token for next time // SyncResponse contains the returned sync-token for next time
type SyncResponse struct { type SyncResponse struct {
SyncToken string SyncToken string
Updated []AddressObject Updated []AddressObject