refactor: variable name changes

This commit is contained in:
Jack Wills
2023-11-19 23:03:41 +00:00
parent cd1da2ad96
commit 56dba91e9a
6 changed files with 42 additions and 47 deletions
+1 -3
View File
@@ -297,9 +297,7 @@ impl ExecMode {
}
// RESET TERMINAL BEFROEHAND
pub async fn run(
&self,
) -> Result<(), AppError> {
pub async fn run(&self) -> Result<(), AppError> {
match self {
Self::External(id) => {
Self::exec_external(id);