Skip to content

Commit a840020

Browse files
committed
Add trailing comma
1 parent f9e3f81 commit a840020

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dwds/web/reloader/ddc_library_bundle_restarter.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ class DdcLibraryBundleRestarter implements Restarter {
1010
@override
1111
Future<bool> restart({String? runId, Future? readyToRunMain}) async {
1212
throw UnimplementedError(
13-
"Hot reload isn't supported for the DDC library bundle format yet.");
13+
"Hot reload isn't supported for the DDC library bundle format yet.",
14+
);
1415
}
1516
}

0 commit comments

Comments
 (0)