mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Code Cleanup
- Fix style of a constructor call.
This commit is contained in:
parent
68aed90cad
commit
de1e413d73
1 changed files with 1 additions and 1 deletions
|
@ -675,7 +675,7 @@ void CmdEdit::parseTask (Task& task, const std::string& after, const std::string
|
|||
{
|
||||
std::string value = findValue (after, "\n UDA " + col->first + ":");
|
||||
if ((task.get (col->first) != value) && (type != "date" ||
|
||||
(task.get (col->first) != Date(value, dateformat).toEpochString ())))
|
||||
(task.get (col->first) != Date (value, dateformat).toEpochString ())))
|
||||
{
|
||||
if (value != "")
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue