: minor code cleanup

git-svn-id: https://svn.fhem.de/fhem/trunk@21558 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen
2020-03-31 12:24:00 +00:00
parent 96ab38ca5f
commit ee845c6b63

View File

@@ -254,7 +254,7 @@ sub _cfgDB_readConfig() {
my %dbconfig;
## no critic
eval join("", @config) ;
## critic
## use critic
my $cfgDB_dbconn = $dbconfig{connection};
my $cfgDB_dbuser = $dbconfig{user};