Skip to content

ksud: update resetprop (#1247) #231

ksud: update resetprop (#1247)

ksud: update resetprop (#1247) #231

Triggered via push January 4, 2024 07:47
Status Success
Total duration 28s
Artifacts

rustfmt.yml

on: push
Fit to window
Zoom out
Zoom in

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<()> { ```