Skip to content

Commit 971231f

Browse files
committed
add newlines at the end of the file
1 parent b2cc44e commit 971231f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/iostream-client-server/simple.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ Future<void> main() async {
5353
final availableTools = await client.listTools();
5454
final toolNames = availableTools.tools.map((e) => e.name);
5555
print("Client setup complete. Available tools: $toolNames");
56-
}
56+
}

example/iostream-client-server/withPipeHelper.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ Future<void> main() async {
6767
final availableTools = await client.listTools();
6868
final toolNames = availableTools.tools.map((e) => e.name);
6969
print("Client setup complete. Available tools: $toolNames");
70-
}
70+
}

0 commit comments

Comments
 (0)