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:
Marc Hartmayer
2026-05-11 14:45:19 +02:00
committed by Jan Höppner
parent f8fb9ce32a
commit 7e3b8b8c16

View File

@@ -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 {