Skip to content

Commit

Permalink
wip: format
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Nov 22, 2024
1 parent b76d30c commit 0ec263c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/tray_manager_macos/lib/tray_manager_macos.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import 'tray_manager_macos_platform_interface.dart';

class TrayManagerMacos {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ class MethodChannelTrayManagerMacos extends TrayManagerMacosPlatform {

@override
Future<String?> getPlatformVersion() async {
final version = await methodChannel.invokeMethod<String>('getPlatformVersion');
final version =
await methodChannel.invokeMethod<String>('getPlatformVersion');
return version;
}
}

0 comments on commit 0ec263c

Please sign in to comment.