Skip to content

Commit bf1c892

Browse files
committed
style: fixing analyze report
1 parent b469efe commit bf1c892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/extensions/uri.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ extension AddParameters on Uri {
2020
});
2121

2222
String finalUrl = buildUrlString(paramUrl, newParameters);
23-
23+
2424
// Preserve the fragment if it exists
2525
if (fragment.isNotEmpty) {
2626
finalUrl += '#$fragment';

0 commit comments

Comments
 (0)