ksud: update resetprop (#1247) #231
Annotations
1 warning
rustfmt check:
/home/runner/work/KernelSU/KernelSU/userspace/ksud/src/utils.rs#L48
Original:
```
pub fn ensure_binary<T: AsRef<Path>>(path: T, contents: &[u8], ignore_if_exist: bool) -> Result<()> {
```
Expected:
```
pub fn ensure_binary<T: AsRef<Path>>(
path: T,
contents: &[u8],
ignore_if_exist: bool,
) -> Result<()> {
```
|