Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
amirh committed Dec 13, 2019
1 parent 57dd571 commit 89bd024
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ abstract class PlatformInterface {
return;
}
if (!identical(token, instance._instanceToken)) {
throw AssertionError('Platform interfaces must not be implemented with `implements`');
throw AssertionError(
'Platform interfaces must not be implemented with `implements`');
}
}
}
Expand Down

0 comments on commit 89bd024

Please sign in to comment.