mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-09-13 22:27:19 -04:00
style: prefer var for local declarations
Co-authored-by: rmcrackan <rmcrackan@gmail.com>
This commit is contained in:
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)
|
||||
|
||||
Reference in new issue
Block a user