fix: source code formating

This commit is contained in:
Tim Schubert 2025-01-04 15:15:49 +01:00
parent f4b5dae5c1
commit 90467eabe2
Signed by: dadada
SSH key fingerprint: SHA256:bFAjFH3hR8zRBaJjzQDjc3o4jqoq5EZ87l+KXEjxIz0
2 changed files with 2 additions and 2 deletions

View file

@ -8,6 +8,6 @@
args = [
"user=Admin"
"password=AdminPwdQ1"
];
];
};
}

View file

@ -48,5 +48,5 @@
machine.wait_until_tty_matches("3", "Password: ")
machine.send_chars("foobar\n")
machine.wait_until_succeeds("pgrep -u alice bash")
'';
'';
}