Skip to content

Commit 9c96ed3

Browse files
committed
chore: formatter pass on test file (no behavior change)
1 parent f9ba885 commit 9c96ed3

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

test/generate_header_comments_test.dart

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,10 @@ void main() {}
142142
final originalCwd = Directory.current;
143143
Directory.current = tmp;
144144
try {
145-
await generateHeaderComments(['-i', '.'],
146-
defaultTemplate: pyTemplate.path,);
145+
await generateHeaderComments(
146+
['-i', '.'],
147+
defaultTemplate: pyTemplate.path,
148+
);
147149
} finally {
148150
Directory.current = originalCwd;
149151
}

0 commit comments

Comments
 (0)