Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Feb 7, 2024
1 parent 29ba774 commit 082d91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/http/services/loader/loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ import (
_ "github.com/cs3org/reva/internal/http/services/owncloud/ocs"
_ "github.com/cs3org/reva/internal/http/services/pingpong"
_ "github.com/cs3org/reva/internal/http/services/plugins"
_ "github.com/cs3org/reva/internal/http/services/pprof"
_ "github.com/cs3org/reva/internal/http/services/preferences"
_ "github.com/cs3org/reva/internal/http/services/prometheus"
_ "github.com/cs3org/reva/internal/http/services/reverseproxy"
_ "github.com/cs3org/reva/internal/http/services/sciencemesh"
_ "github.com/cs3org/reva/internal/http/services/siteacc"
_ "github.com/cs3org/reva/internal/http/services/sysinfo"
_ "github.com/cs3org/reva/internal/http/services/wellknown"
_ "github.com/cs3org/reva/internal/http/services/pprof"
// Add your own service here.
)

0 comments on commit 082d91d

Please sign in to comment.