spacing and quotes

pull/2746/head
Isaac Connor 2019-10-30 09:25:55 -04:00
parent e4256ddd90
commit 15d30b45c3
1 changed files with 3 additions and 3 deletions

View File

@ -134,7 +134,7 @@ sub Sql {
if ( !$$self{Sql} ) {
$self->{Sql} = '';
if ( !$self->{Query_json} ) {
Warning("No query in Filter!");
Warning('No query in Filter!');
return;
}