mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Cleanup: Formatting code
This commit is contained in:
parent
fda8161be8
commit
f9b5513882
1 changed files with 2 additions and 5 deletions
|
@ -1125,11 +1125,8 @@ void CLI2::desugarFilterAttributes ()
|
|||
// duration --> yes
|
||||
bool evalSupported = true;
|
||||
Column* col = context.columns[canonical];
|
||||
if (col &&
|
||||
col->type () == "string")
|
||||
{
|
||||
if (col && col->type () == "string")
|
||||
evalSupported = false;
|
||||
}
|
||||
|
||||
A2 lhs (name, Lexer::Type::dom);
|
||||
lhs.tag ("FILTER");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue