Skip to content

Commit

Permalink
style: sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann committed May 23, 2024
1 parent 5a8419b commit ed7d29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/http/services/owncloud/ocdav/propfind/propfind.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import (
"encoding/json"
"encoding/xml"
"fmt"
"github.com/iancoleman/strcase"
"io"
"net/http"
"net/url"
Expand Down Expand Up @@ -53,6 +52,7 @@ import (
"github.com/cs3org/reva/v2/pkg/rhttp/router"
"github.com/cs3org/reva/v2/pkg/storagespace"
"github.com/cs3org/reva/v2/pkg/utils"
"github.com/iancoleman/strcase"
"github.com/rs/zerolog"
"go.opentelemetry.io/otel/attribute"
"go.opentelemetry.io/otel/codes"
Expand Down

0 comments on commit ed7d29b

Please sign in to comment.