Skip to content

Commit

Permalink
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/upda…
Browse files Browse the repository at this point in the history
…te.sh
  • Loading branch information
reltuk committed Feb 12, 2025
1 parent f509d98 commit 10dfcec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/libraries/doltcore/sqle/dprocedures/dolt_gc.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ func doDoltGC(ctx *sql.Context, args []string) (int, error) {
mode = types.GCModeFull
}

err := RunDoltGC(ctx, ddb, mode, ctx.GetCurrentDatabase() )
err := RunDoltGC(ctx, ddb, mode, ctx.GetCurrentDatabase())
if err != nil {
return cmdFailure, err
}
Expand Down

0 comments on commit 10dfcec

Please sign in to comment.