Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammed-madi committed Mar 21, 2024
1 parent 05a7a86 commit 9cee982
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rest/diagnostic_doc_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ licenses/APL2.txt.
package rest

import (
"net/http"

"github.com/couchbase/sync_gateway/auth"
"github.com/couchbase/sync_gateway/base"
"github.com/couchbase/sync_gateway/channels"
"github.com/couchbase/sync_gateway/db"
"net/http"
)

type SyncFnDryRun struct {
Expand Down

0 comments on commit 9cee982

Please sign in to comment.