Skip to content

Commit

Permalink
Fix spacing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
borkweb authored Jul 30, 2020
1 parent 0b43f16 commit c181cc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tric.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ function ensure_valid_target( $target, $exit = true ) {

if ( ! in_array( $target, $targets, true ) ) {
echo magenta( "'{$target}' is not a valid target; available targets are:\n${targets_str}\n" );
if($exit){
exit(1);
if ( $exit ) {
exit( 1 );
}

return false;
Expand Down

0 comments on commit c181cc7

Please sign in to comment.