Skip to content

Commit c83ef58

Browse files
committed
feat(client):support single instance
1 parent 967d24b commit c83ef58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aw-client-rust/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ impl AwClient {
252252
total_wait += retry_delay;
253253
retry_delay *= 2;
254254
}
255-
}
255+
}
256256
}
257257

258258
if total_wait >= max_wait {

0 commit comments

Comments
 (0)