Closed dongx1x closed 2 months ago
Overall LGTM, just remove the blanks
Thanks @Ruoyu-y ! These blanks should be kept for the indent of if self.ima_enabled {, cargo fmt check in Rust code scan would handle this.
if self.ima_enabled {
cargo fmt check
Thanks @Ruoyu-y ! These blanks should be kept for the indent of
if self.ima_enabled {
,cargo fmt check
in Rust code scan would handle this.