Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hamdiallam committed Jul 18, 2024
1 parent 147f885 commit 8856534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supersim.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func (s *Supersim) Stopped() bool {

func (s *Supersim) ConfigAsString() string {
var b strings.Builder
fmt.Fprintf(&b, config.DefaultSecretsConfigAsString())
fmt.Fprint(&b, config.DefaultSecretsConfigAsString())

fmt.Fprintf(&b, "\nOrchestrator Config:\n")
fmt.Fprint(&b, s.Orchestrator.ConfigAsString())
Expand Down

0 comments on commit 8856534

Please sign in to comment.