Skip to content

Commit

Permalink
Update status.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
marirs authored Oct 14, 2024
1 parent 90bf00d commit f86c93d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/security/options/status.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ pub(crate) struct YesNoUnknownStatus {

#[derive(Clone, Debug, Serialize, Deserialize, Ord, PartialOrd, Eq, PartialEq)]
pub struct SecurityCheckStatus {
pub(crate) name: String,
pub(crate) status: String,
pub name: String,
pub status: String,
}

impl YesNoUnknownStatus {
Expand Down

0 comments on commit f86c93d

Please sign in to comment.