Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav Singh <pranavsingh02@hotmail.com>
  • Loading branch information
theBeginner86 committed Dec 15, 2024
1 parent 10479ea commit f6f9374
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/kanvas-snapshot/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var (
ProviderToken string
MesheryAPIBaseURL string
MesheryCloudAPIBaseURL string
WorkflowAccessToken string
WorkflowAccessToken string
Log logger.Handler
)

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var (
providerToken string
mesheryCloudAPIBaseURL string
mesheryAPIBaseURL string
workflowAccessToken string
workflowAccessToken string
)

func main() {
Expand Down

0 comments on commit f6f9374

Please sign in to comment.