style: prefer var for local declarations

Co-authored-by: rmcrackan <rmcrackan@gmail.com>
This commit is contained in:
Cursor Agentandrmcrackan committed 2026-08-10 03:38:01 +00:00
1 parent 3a61cae163
commit 91c00d0970
1 file changed
+1 -1
@@ -95,7 +95,7 @@ public class FetchRetryingMissingAsync
public async Task omitted_asin_is_re_requested_on_its_own()
{
var requests = new List<List<string>>();
int call = 0;
var call = 0;
// Audible drops A2 from the first response, then returns it when asked again.
Task<List<Item>> fetch(List<string> asins)