Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 75ba26c

Browse files
committed
Fix formatting issues
1 parent dba4705 commit 75ba26c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/cross_file/test/x_file_html_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ void main() {
9393
createAnchorElement: (_, __) => mockAnchor,
9494
);
9595

96-
XFile file = XFile.fromData(bytes,
97-
name: textFile.name, overrides: overrides);
96+
XFile file =
97+
XFile.fromData(bytes, name: textFile.name, overrides: overrides);
9898

9999
bool clicked = false;
100100
mockAnchor.onClick.listen((event) => clicked = true);

0 commit comments

Comments
 (0)