Skip to content

Commit

Permalink
fix: lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
alkatrivedi committed Apr 16, 2024
1 parent ab6112f commit d12157a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion system-test/spanner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8895,7 +8895,9 @@ describe('Spanner', () => {
});

it('GOOGLE_STANDARD_SQL should use getTransaction for executing sql', async () => {
const promiseArray = await DATABASE.getTransaction({optimisticLock: true});
const promiseArray = await DATABASE.getTransaction({
optimisticLock: true,
});
const transaction = promiseArray[0];

try {
Expand Down

0 comments on commit d12157a

Please sign in to comment.