Skip to content

kernel: harden the signature check #120

kernel: harden the signature check

kernel: harden the signature check #120

GitHub Actions / rustfmt failed Oct 11, 2023 in 1s

rustfmt

1 file, 1 count

Details

Results

Format checked Amount
Files 1
Count 1

Versions

  • rustc 1.75.0-nightly (d627cf07c 2023-10-10)

  • cargo 1.75.0-nightly (794d0a825 2023-10-03)

  • rustfmt 1.6.0-nightly (d627cf0 2023-10-10)

Annotations

Check warning on line 2 in /home/runner/work/KernelSU/KernelSU/userspace/ksud/src/debug.rs

See this annotation in the file changed.

@github-actions github-actions / rustfmt

rustfmt check

Original:

              ```
              use std::{path::{Path, PathBuf}, process::Command};

              ```
            
Expected:

              ```
              use std::{
    path::{Path, PathBuf},
    process::Command,
};

              ```