Skip to content

Commit

Permalink
Update FlutterFrontendCompiler.rejectLastDelta to match the signature…
Browse files Browse the repository at this point in the history
… in CompilerInterface (flutter#6426)
  • Loading branch information
jason-simmons authored Oct 4, 2018
1 parent 74e68ff commit c8755d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend_server/lib/server.dart
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class _FlutterFrontendCompiler implements frontend.CompilerInterface{
}

@override
Future<Null> rejectLastDelta() async {
Future<void> rejectLastDelta() async {
return _compiler.rejectLastDelta();
}

Expand Down

0 comments on commit c8755d7

Please sign in to comment.