Skip to content

Commit

Permalink
gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
tolgaOzen committed Sep 29, 2022
1 parent a9897b9 commit 72b7dd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkg/development/functions.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import (

"github.com/Permify/permify/internal/commands"
"github.com/Permify/permify/internal/managers"
`github.com/Permify/permify/internal/repositories/filters`
"github.com/Permify/permify/internal/repositories/filters"
"github.com/Permify/permify/internal/services"
"github.com/Permify/permify/pkg/dsl/schema"
`github.com/Permify/permify/pkg/errors`
"github.com/Permify/permify/pkg/errors"
"github.com/Permify/permify/pkg/tuple"
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/graph/graph.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package graph

import (
`sync`
"sync"
)

// Node -
Expand Down

0 comments on commit 72b7dd0

Please sign in to comment.