Skip to content

ksud: re-extract ksud when necessary close #1242 #190

ksud: re-extract ksud when necessary close #1242

ksud: re-extract ksud when necessary close #1242 #190

Triggered via push January 4, 2024 04:09
Status Success
Total duration 2m 19s
Artifacts

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