Commit 431a778b authored by Emil Gydesen's avatar Emil Gydesen Committed by Fabio Baltieri
Browse files

tests: bsim: Remove superfluous empty line in sh_common



Remove the empty line so there is only 1.

Signed-off-by: default avatarEmil Gydesen <emil.gydesen@nordicsemi.no>
parent 83e4ed1f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -45,4 +45,3 @@ function Execute() {
  check_program_exists $1
  run_in_background timeout -v ${EXECUTE_TIMEOUT} $@
}