diff --git a/packages/native_crypto_platform_interface/lib/src/platform_interface.dart b/packages/native_crypto_platform_interface/lib/src/platform_interface.dart index 89267a0..31f8037 100644 --- a/packages/native_crypto_platform_interface/lib/src/platform_interface.dart +++ b/packages/native_crypto_platform_interface/lib/src/platform_interface.dart @@ -94,4 +94,4 @@ abstract class PlatformInterface { /// implements NativeCryptoPlatform {} /// ``` @visibleForTesting -abstract class MockPlatformInterfaceMixin implements PlatformInterface {} \ No newline at end of file +abstract class MockPlatformInterfaceMixin implements PlatformInterface {}