Skip to content

Commit

Permalink
chore: unnecessary use of fmt.Sprintf (#14328)
Browse files Browse the repository at this point in the history
  • Loading branch information
testwill authored Oct 24, 2023
1 parent 94572b3 commit 1b60763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/compose/vtcompose/vtcompose.go
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ func generateExternalPrimary(
if dbInfo.dbName != "" {
externalDb = "1"
} else {
return fmt.Sprintf(``)
return ""
}

return fmt.Sprintf(`
Expand Down

0 comments on commit 1b60763

Please sign in to comment.