Skip to content

Commit

Permalink
remove unnecessary return
Browse files Browse the repository at this point in the history
Signed-off-by: sat0ken <15720506+sat0ken@users.noreply.github.com>
  • Loading branch information
sat0ken committed Nov 4, 2024
1 parent 8f667f2 commit acc437c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/contest/runtimetest/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,6 @@ pub fn test_validate_root_readonly() {
/* This is expected */
} else {
eprintln!("in readonly paths, error in testing read access for / : {e:?}");
return;
}
} else {
/* Expected */
Expand Down

0 comments on commit acc437c

Please sign in to comment.