carddav: go fmt

This commit is contained in:
emersion
2017-09-11 19:10:53 +02:00
parent 0581850864
commit fdd2e85cfe
4 changed files with 35 additions and 35 deletions

View File

@@ -28,7 +28,7 @@ func (w responseWriter) Write(b []byte) (int, error) {
}
type Handler struct {
ab AddressBook
ab AddressBook
webdav *webdav.Handler
}
@@ -154,7 +154,7 @@ func multiget(ctx context.Context, fs webdav.FileSystem, ls webdav.LockSystem, n
if !inserted {
pstats = append(pstats, webdav.Propstat{
Props: []webdav.Property{prop},
Props: []webdav.Property{prop},
Status: status,
})
}