Format cargo.completion.bash.

pull/1717/head
Nariyasu Heseri 2020-12-05 00:46:45 +09:00
parent 516d2c0d4c
commit 9e9edb9593
1 changed files with 207 additions and 207 deletions

View File

@ -3,7 +3,7 @@
# cargo (Rust package manager) completion
# This script is taken and modified from https://github.com/rust-lang/cargo/blob/master/src/etc/cargo.bashcomp.sh
if ! _command_exists cargo; then
if !_command_exists cargo; then
return 0
fi