Skip to content

Commit 41f81d3

Browse files
authored
fix: remove extra newline
1 parent 098b4d7 commit 41f81d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spanner/test/spannerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,6 @@ private function retry($call, $args)
756756
while (true) {
757757
try {
758758
return call_user_func_array($call, $args);
759-
760759
} catch (FailedPreconditionException $e) {
761760
if (!strstr($e->getMessage(), 'maximum number of pending') or time() >= $cutoffTime) {
762761
throw $e;

0 commit comments

Comments
 (0)