Skip to content

Commit 33b583e

Browse files
author
GitLab CI
committed
style: dart format all files
1 parent ab45976 commit 33b583e

42 files changed

Lines changed: 4641 additions & 1409 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

bin/flutter_skill.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ void main(List<String> args) async {
9797
print('');
9898
print('Example: flutter-skill test https://example.com');
9999
print('');
100-
print('Launches Chrome, navigates to the URL, and starts the MCP server');
100+
print(
101+
'Launches Chrome, navigates to the URL, and starts the MCP server');
101102
print('with CDP auto-connected. No setup needed.');
102103
exit(1);
103104
}

0 commit comments

Comments
 (0)