mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
Code Cleanup
This commit is contained in:
parent
a97ce45cdf
commit
a899fb941d
2 changed files with 3 additions and 1 deletions
|
@ -858,7 +858,7 @@ void Task::parseLegacy (const std::string& line)
|
|||
message << "Invalid fileformat at line '"
|
||||
<< line
|
||||
<< "'";
|
||||
context.debug (message.str());
|
||||
context.debug (message.str ());
|
||||
throw std::string (STRING_TASK_PARSE_UNREC_FF);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue