nautilus/move_file_into: fix whitespace errors

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-07-15 11:28:58 -07:00
parent f84792f819
commit 2ee0377ece
1 changed files with 11 additions and 12 deletions

View File

@ -49,7 +49,6 @@ sub run {
# And that it now exists in the new locations.
assert_script_run("ls /home/test/Downloads/markdown.md", fail_message => 'The test file has not been found in the expected location.', quiet => '0');
assert_script_run("ls /home/test/Downloads/markdown.md", fail_message => 'The test file has not been found in the excpected location.', quiet => '0');
}
sub test_flags {