From 3729e39552ef2bb0ece6e821a601865306ec8241 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Sat, 21 Oct 2017 13:55:47 +0800 Subject: [PATCH] Optimise indentation for db client Optimise indentation for db client, just like the others: https://github.com/openstack/watcher/blob/master/watcher/conf/nova_client.py#L22 Change-Id: Icfbd4f26ce048fe3c3db430d95795fb0e58b7161 --- watcher/conf/db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watcher/conf/db.py b/watcher/conf/db.py index 898968798..1f22c1e09 100644 --- a/watcher/conf/db.py +++ b/watcher/conf/db.py @@ -25,7 +25,7 @@ _DEFAULT_SQL_CONNECTION = 'sqlite:///{0}'.format( paths.state_path_def('watcher.sqlite')) database = cfg.OptGroup(name='database', - title='Configuration Options for database') + title='Configuration Options for database') SQL_OPTS = [ cfg.StrOpt('mysql_engine',