ksud: update resetprop (#1247) #231
GitHub Actions / rustfmt
failed
Jan 4, 2024 in 0s
rustfmt
1 file, 1 count
Details
Results
Format checked | Amount |
---|---|
Files | 1 |
Count | 1 |
Versions
-
rustc 1.77.0-nightly (e51e98dde 2023-12-31)
-
cargo 1.77.0-nightly (ac6bbb332 2023-12-26)
-
rustfmt 1.7.0-nightly (e51e98d 2023-12-31)
Annotations
Check warning on line 48 in /home/runner/work/KernelSU/KernelSU/userspace/ksud/src/utils.rs
github-actions / rustfmt
rustfmt check
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<()> {
```
Loading