Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyme committed Apr 7, 2022
1 parent 85d21ef commit 520ed9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ enum RUpgradeFlavor {
- use file path install
```dart
void installByPath(String path) async {
bool isSuccess=await RUpgrade.installByPath(path);
}
bool isSuccess=await RUpgrade.installByPath(path);
}
```

#### 5. Pause Download
Expand Down

0 comments on commit 520ed9d

Please sign in to comment.