From af36e5dcf7a2ede44e36bd1203bb070a11053a2a Mon Sep 17 00:00:00 2001 From: Kenneth Giusti Date: Wed, 24 Jun 2015 16:29:56 -0400 Subject: [PATCH] fix empty function syntax error --- devstack/plugin.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 3dd99b2..e47004e 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -53,6 +53,7 @@ function _install_pyngus { function _remove_pyngus { # TODO(kgiusti) no way to pip uninstall? # pip_install_gr pyngus + : }