Skip to content

Commit

Permalink
style: more perltidy fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Moore <[email protected]>
  • Loading branch information
pcmoore committed Jun 30, 2020
1 parent ee504de commit ab909a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/exec_name/test
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ sub do_test {

do_test( [ { exe => 0, op => "=" } ], [] );
do_test( [ { exe => 1, op => "!=" } ], [] );
do_test( [], [ { exe => 0, op => "!=" } ] );
do_test( [], [ { exe => 1, op => "=" } ] );
do_test( [], [ { exe => 0, op => "!=" } ] );
do_test( [], [ { exe => 1, op => "=" } ] );

do_test( [ { exe => 1, op => "!=" } ], [ { exe => 2, op => "=" } ] );

Expand Down

0 comments on commit ab909a3

Please sign in to comment.