Skip to content

Commit

Permalink
Fix hound issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aduffeck committed Feb 10, 2022
1 parent 4f246a7 commit c47574f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/http/services/owncloud/ocdav/propfind/propfind.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ type PropstatUnmarshalXML struct {
ResponseDescription string `xml:"responsedescription,omitempty"`
}

// NewMultiStatusResponseXML returns a preconfigured instance of MultiStatusResponseXML
func NewMultiStatusResponseXML() *MultiStatusResponseXML {
return &MultiStatusResponseXML{
XmlnsD: "DAV:",
Expand Down

0 comments on commit c47574f

Please sign in to comment.