Automated code cleanup

This commit is contained in:
Anthony Oteri
2023-09-26 22:56:36 -04:00
parent e83cdef39c
commit 2e10f9b5f7
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -199,7 +199,7 @@ mod tests {
cli.command,
Commands::Show {
image: String::from("foo"),
tag: None
tag: None,
}
);
}