Skip to content

Commit

Permalink
Fix restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
raul-marquez-csa committed Mar 20, 2024
1 parent 8b2309a commit 754c14c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions scripts/sdk-doctor/sdk-doctor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,18 +136,18 @@

# Handle arguments
case "$1" in
--system)
show_system
usage
;;
--complete)
show_system
usage
;;
*)
usage
exit 1
;;
--system)
show_system
usage
;;
--complete)
show_system
usage
;;
*)
usage
exit 1
;;
esac

} 2>&1 | tee sdk-doctor.txt

0 comments on commit 754c14c

Please sign in to comment.