Apply the trailing-comma lint the analyzer asks for

Formatting only, from dart fix. No behaviour change — the release APK and the
full suite both pass either way.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
Suriya
2026-08-06 17:10:48 +05:30
parent 4f9a5c3d6b
commit 7b6cd598f0
4 changed files with 36 additions and 36 deletions

View File

@@ -164,7 +164,7 @@ void main() {
baseUrl: 'https://example.invalid/pos',
client: MockClient(
(_) async => http.Response(jsonEncode(body), status,
headers: {'content-type': 'application/json'}),
headers: {'content-type': 'application/json'},),
),
);