refactor: variable name changes
This commit is contained in:
+1
-3
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user