mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-23 02:42:16 -07:00
remove space
This commit is contained in:
parent
f20032a22f
commit
96c6881573
1 changed files with 1 additions and 1 deletions
|
|
@ -365,7 +365,7 @@ FilterString::FilterString(const QString &expr)
|
||||||
};
|
};
|
||||||
|
|
||||||
if (!search.parse(ba.data(), result)) {
|
if (!search.parse(ba.data(), result)) {
|
||||||
qDebug() << "Filter string error for" << expr << ";" << _error;
|
qDebug().nospace() << "FilterString error for " << expr << "; " << _error;
|
||||||
result = [](CardData) -> bool { return false; };
|
result = [](CardData) -> bool { return false; };
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue