Skip to content

Commit

Permalink
Delint
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBQu committed Jan 6, 2025
1 parent 9cb6ecd commit 58e71f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion acp/acp_local.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ import (
"github.com/sourcenetwork/acp_core/pkg/engine"
"github.com/sourcenetwork/acp_core/pkg/runtime"
"github.com/sourcenetwork/acp_core/pkg/types"
"github.com/sourcenetwork/defradb/errors"
"github.com/sourcenetwork/immutable"

"github.com/sourcenetwork/defradb/errors"

"github.com/sourcenetwork/defradb/acp/identity"
)

Expand Down
3 changes: 2 additions & 1 deletion cli/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ import (

"github.com/joho/godotenv"
"github.com/sourcenetwork/corelog"
"github.com/sourcenetwork/defradb/errors"
"github.com/spf13/pflag"
"github.com/spf13/viper"

"github.com/sourcenetwork/defradb/errors"
)

const (
Expand Down

0 comments on commit 58e71f5

Please sign in to comment.