style(platform): reformat code

This commit is contained in:
Hugo Pointcheval 2022-05-23 21:54:16 +02:00
parent 2559112beb
commit 51f6e6aa24
Signed by: hugo
GPG Key ID: A9E8E9615379254F

View File

@ -94,4 +94,4 @@ abstract class PlatformInterface {
/// implements NativeCryptoPlatform {} /// implements NativeCryptoPlatform {}
/// ``` /// ```
@visibleForTesting @visibleForTesting
abstract class MockPlatformInterfaceMixin implements PlatformInterface {} abstract class MockPlatformInterfaceMixin implements PlatformInterface {}