Skip to content

Commit

Permalink
fix extra line for linting
Browse files Browse the repository at this point in the history
Signed-off-by: Darrell Tang <[email protected]>
  • Loading branch information
DarrellTang authored and musaprg committed Jun 29, 2024
1 parent c2a63cc commit ae9dc1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/youki/src/commands/features.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ pub fn features(_: Features) -> Result<()> {
}
};


let features = HardFeatures {
oci_version_min: Some(String::from("1.0.0")),
oci_version_max: Some(String::from("1.0.2-dev")),
Expand Down

0 comments on commit ae9dc1d

Please sign in to comment.