Skip to content

Commit

Permalink
src/winusb: chk_rt_params: No need newline here
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁 <[email protected]>
  • Loading branch information
brlin-tw committed Jun 7, 2017
1 parent 62b3c42 commit f2f86e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/winusb
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,6 @@ check_runtime_parameters(){
|| ! util_is_parameter_set_and_not_empty source_media_ref\
|| ! util_is_parameter_set_and_not_empty target_media_ref; then
echo_with_color red "${FUNCNAME[0]}: Error: No install method specified!" >&2
echo "" >&2
return 1
fi

Expand Down

0 comments on commit f2f86e5

Please sign in to comment.