fix unused parameter

This commit is contained in:
WebFreak001 2023-07-09 00:56:44 +02:00
parent 5494ce2b6e
commit 74932df693
No known key found for this signature in database
GPG Key ID: AEFC88D11109D1AA
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ class DScannerJsonReporter
"newText": JSONValue(r.newText) "newText": JSONValue(r.newText)
])).array ])).array
), ),
(const AutoFix.ResolveContext context) => JSONValue( (const AutoFix.ResolveContext _) => JSONValue(
"resolvable" "resolvable"
) )
) )