Skip to content

Commit

Permalink
chore: fix linting issues #349
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Dec 4, 2023
1 parent fbaf93f commit f408dbe
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/apicategories/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ package apicategories

import (
"fmt"

"internal/apiclient"

"internal/client/apicategories"
Expand Down
1 change: 1 addition & 0 deletions cmd/apicategories/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ package apicategories

import (
"fmt"

"internal/apiclient"
"internal/client/apicategories"

Expand Down
1 change: 1 addition & 0 deletions cmd/apicategories/get.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ package apicategories

import (
"fmt"

"internal/apiclient"

"internal/client/apicategories"
Expand Down
1 change: 1 addition & 0 deletions cmd/apicategories/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ package apicategories

import (
"fmt"

"internal/apiclient"
"internal/client/apicategories"

Expand Down
1 change: 1 addition & 0 deletions cmd/apidocs/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ package apidocs

import (
"fmt"

"internal/apiclient"
"internal/client/apidocs"

Expand Down
1 change: 1 addition & 0 deletions cmd/apidocs/get.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ package apidocs

import (
"fmt"

"internal/apiclient"
"internal/client/apidocs"

Expand Down
1 change: 1 addition & 0 deletions cmd/apidocs/getdocs.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ package apidocs

import (
"fmt"

"internal/apiclient"
"internal/client/apidocs"

Expand Down
1 change: 1 addition & 0 deletions cmd/apidocs/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ package apidocs

import (
"fmt"

"internal/apiclient"
"internal/client/apidocs"

Expand Down

0 comments on commit f408dbe

Please sign in to comment.