Support multi module system implementation #201
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
1 warning
rustfmt check:
/home/runner/work/KernelSU/KernelSU/userspace/ksud/src/module_api.rs#L20
Original:
```
fn should_use_external_module_api() -> bool{
```
Expected:
```
fn should_use_external_module_api() -> bool {
```
|