Skip to content

Commit

Permalink
去掉错误的override注解
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghualei committed Jun 17, 2023
1 parent 1150be3 commit 22fa3d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ doc/api/
.DS_Store
/build
/captures
example/ios/Podfile.lock
example/pubspec.lock
pubspec.lock
android/bin/
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.40.11"
version: "2.40.13"
path:
dependency: transitive
description:
Expand Down
1 change: 0 additions & 1 deletion lib/mop.dart
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,6 @@ class RemoteAppletRequest {
this.isSingleProcess = false,
});

@override
Map<String, dynamic> toMap() {
Map<String, dynamic> result = {
"apiServer": apiServer,
Expand Down

0 comments on commit 22fa3d2

Please sign in to comment.