mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
pvinfo: Remove comments after formatting the code
Remove them as they are pointless. Suggested-by: Steffen Eiden <seiden@linux.ibm.com> Signed-off-by: Marc Hartmayer <marc@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
f8fb9ce32a
commit
7e3b8b8c16
@@ -6,9 +6,7 @@
|
||||
|
||||
use std::fmt;
|
||||
|
||||
use serde::Serialize; // Trait for serializing data structures (e.g., YAML) // Provides the `Display` trait for pretty-printing
|
||||
|
||||
/// Enum representing Secure Execution status
|
||||
use serde::Serialize;
|
||||
|
||||
#[derive(Serialize, PartialEq, Debug)] // Automatically implements `serde::Serialize`
|
||||
pub enum SeStatus {
|
||||
|
||||
Reference in New Issue
Block a user