Fix formatting issue

This commit is contained in:
Trevor Brown 2020-05-08 14:15:21 -04:00 committed by GitHub
parent 2a058af9eb
commit d65283548f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,6 @@ install_mock_plugin() {
cp -r "$BATS_TEST_DIRNAME/fixtures/dummy_plugin" "$location/plugins/$plugin_name"
}
install_mock_legacy_plugin() {
local plugin_name=$1
local location="${2:-$ASDF_DIR}"