fix: apply dart fix --apply
This commit is contained in:
@@ -46,7 +46,7 @@ abstract class Convert {
|
||||
map.forEach(
|
||||
(key, value) => pairs.add([
|
||||
Uri.encodeQueryComponent(key, encoding: encoding ?? utf8),
|
||||
Uri.encodeQueryComponent(value, encoding: encoding ?? utf8)
|
||||
Uri.encodeQueryComponent(value, encoding: encoding ?? utf8),
|
||||
]),
|
||||
);
|
||||
return pairs.map((pair) => '${pair[0]}=${pair[1]}').join('&');
|
||||
|
||||
Reference in New Issue
Block a user