Skip to content

Commit

Permalink
Fix popd indent in run (#693)
Browse files Browse the repository at this point in the history
This was added in PR ( #683 ), but it looks like the indentation was wrong. This corrects that. Behavior should be the same in either case. Just makes the intent clearer by improving readability.

Authors:
  - https://github.com/jakirkham

Approvers:
  - Gregory Lee (https://github.com/grlee77)

URL: #693
  • Loading branch information
jakirkham authored Feb 5, 2024
1 parent 9d6fc91 commit d4ec01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ install_python_test_deps_() {
else
run_command pip3 install --user -e .[test]
fi
popd
popd
fi
hash -r
}
Expand Down

0 comments on commit d4ec01e

Please sign in to comment.