fix whitespace v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Thu, 24 Sep 2020 16:03:05 +0200
branchv_0
changeset 45 5e5815fdcd2d
parent 44 dd7094457e44
child 46 ab27422a34b0
fix whitespace
bash-completion.sh
--- a/bash-completion.sh	Tue Sep 22 21:32:14 2020 +0200
+++ b/bash-completion.sh	Thu Sep 24 16:03:05 2020 +0200
@@ -36,7 +36,7 @@
 	if   [[ "$w1" == "--relation"                      && "x$w0" == "x" ]];    then COMPREPLY=("''")
 	elif [[ "$w1" == "--attribute"                     && "x$w0" == "x" ]];    then COMPREPLY=("''")
 	elif [[ "$w2" == "--attribute"                                      ]];    then COMPREPLY=($(compgen -W "${DATA_TYPE[*]}" -- "$w0"))
-	elif [[ "$w1" == "--write-header"                                  ]];    then COMPREPLY=($(compgen -W "${WRITE_HEADER[*]}" -- "$w0"))
+	elif [[ "$w1" == "--write-header"                                   ]];    then COMPREPLY=($(compgen -W "${WRITE_HEADER[*]}" -- "$w0"))
 	else
 		OPTIONS=(
 			"--relation"