Skip to content

Commit

Permalink
🎨 Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Jul 22, 2023
1 parent 45156c2 commit 46642f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/jar/default.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class DefaultCookieJar implements CookieJar {
>>>> _cookies =
<Map<String, Map<String, Map<String, SerializableCookie>>>>[
<String, Map<String, Map<String, SerializableCookie>>>{},
<String, Map<String, Map<String, SerializableCookie>>>{}
<String, Map<String, Map<String, SerializableCookie>>>{},
];

Map<String, Map<String, Map<String, SerializableCookie>>> get domainCookies =>
Expand Down

0 comments on commit 46642f9

Please sign in to comment.