Skip to content

Commit b98bbdf

Browse files
committed
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
1 parent b4edfc8 commit b98bbdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go/cmd/dolt/commands/utils.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ func getCommitInfoWithOptions(queryist cli.Queryist, sqlCtx *sql.Context, ref st
711711
return nil, fmt.Errorf("error parsing timestamp '%s': %v", row[3], err)
712712
}
713713
message := row[4].(string)
714-
714+
715715
var commitOrder uint64
716716
switch v := row[5].(type) {
717717
case uint64:
@@ -725,7 +725,7 @@ func getCommitInfoWithOptions(queryist cli.Queryist, sqlCtx *sql.Context, ref st
725725
default:
726726
return nil, fmt.Errorf("unexpected type for commit_order: %T", v)
727727
}
728-
728+
729729
parent := row[6].(string)
730730
height := commitOrder
731731

0 commit comments

Comments
 (0)