Skip to content

Commit

Permalink
[ga-format-pr] Run ./format_repo.sh to fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jycor committed Jan 17, 2025
1 parent 4c44894 commit 28d8b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enginetest/queries/transaction_queries.go
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@ var TransactionTests = []TransactionTest{
Expected: []sql.Row{{types.OkResult{}}},
},
{
Query: "/* client b */ select * from t;",
Query: "/* client b */ select * from t;",
Expected: []sql.Row{
{1},
{2},
Expand Down

0 comments on commit 28d8b1d

Please sign in to comment.