Skip to content

Commit

Permalink
Formatter complaining about no-op append use for reasons unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
macneale4 authored and fulghum committed Feb 14, 2024
1 parent b368470 commit fd8fcd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/cmd/dolt/commands/engine/sqlengine.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func NewSqlEngine(
return nil, err
}

all := append(dbs)
all := dbs[:]

clusterDB := config.ClusterController.ClusterDatabase()
if clusterDB != nil {
Expand Down

0 comments on commit fd8fcd5

Please sign in to comment.