Skip to content

Commit

Permalink
style(backend.go): remove unnecessary whitespace in the Command field
Browse files Browse the repository at this point in the history
The changes were made to remove unnecessary whitespace in the Command field to maintain consistent code style and improve readability.

issue #143
  • Loading branch information
ktun95 committed Jan 30, 2025
1 parent 46afaeb commit 2af1c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/backend/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type BackendConfig struct {
Namespace string
Port int
LogLevel string
Command string
Command string
ArangodbSecret struct {
Name string
PassKey string
Expand Down

0 comments on commit 2af1c4f

Please sign in to comment.