mirror of
https://github.com/RxReader/tencent_kit.git
synced 2025-06-27 07:35:37 +08:00
格式化
This commit is contained in:
@ -10,7 +10,7 @@ void main() {
|
||||
|
||||
setUp(() {
|
||||
channel.setMockMethodCallHandler((MethodCall methodCall) async {
|
||||
switch(methodCall.method) {
|
||||
switch (methodCall.method) {
|
||||
case 'isQQInstalled':
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user