From b6a466c61ea928eeec6e55a2728e81fa1d5a05f9 Mon Sep 17 00:00:00 2001 From: Jonas Termansen Date: Thu, 6 Aug 2020 11:15:20 +0000 Subject: [PATCH] [benchmark] Fix lint in IsolateSpawn hello world. Change-Id: I76495ccc6afecb141e7648b202ab46da0027b582 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/157260 Reviewed-by: Alexander Aprelev --- benchmarks/IsolateSpawn/dart/helloworld.dart | 2 +- benchmarks/IsolateSpawn/dart2/helloworld.dart | 2 +- benchmarks/IsolateSpawnMemory/dart/helloworld.dart | 2 +- benchmarks/IsolateSpawnMemory/dart2/helloworld.dart | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/benchmarks/IsolateSpawn/dart/helloworld.dart b/benchmarks/IsolateSpawn/dart/helloworld.dart index 8977e0f4465..01af7fa27a1 100644 --- a/benchmarks/IsolateSpawn/dart/helloworld.dart +++ b/benchmarks/IsolateSpawn/dart/helloworld.dart @@ -1,3 +1,3 @@ -main() { +void main() { print('Hello, world!'); } diff --git a/benchmarks/IsolateSpawn/dart2/helloworld.dart b/benchmarks/IsolateSpawn/dart2/helloworld.dart index 8977e0f4465..01af7fa27a1 100644 --- a/benchmarks/IsolateSpawn/dart2/helloworld.dart +++ b/benchmarks/IsolateSpawn/dart2/helloworld.dart @@ -1,3 +1,3 @@ -main() { +void main() { print('Hello, world!'); } diff --git a/benchmarks/IsolateSpawnMemory/dart/helloworld.dart b/benchmarks/IsolateSpawnMemory/dart/helloworld.dart index 8977e0f4465..01af7fa27a1 100644 --- a/benchmarks/IsolateSpawnMemory/dart/helloworld.dart +++ b/benchmarks/IsolateSpawnMemory/dart/helloworld.dart @@ -1,3 +1,3 @@ -main() { +void main() { print('Hello, world!'); } diff --git a/benchmarks/IsolateSpawnMemory/dart2/helloworld.dart b/benchmarks/IsolateSpawnMemory/dart2/helloworld.dart index 8977e0f4465..01af7fa27a1 100644 --- a/benchmarks/IsolateSpawnMemory/dart2/helloworld.dart +++ b/benchmarks/IsolateSpawnMemory/dart2/helloworld.dart @@ -1,3 +1,3 @@ -main() { +void main() { print('Hello, world!'); }