mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Code: Formatting cleanup
This commit is contained in:
parent
e8d04bdce6
commit
8fd1bb630d
3 changed files with 18 additions and 21 deletions
|
@ -138,7 +138,7 @@ void ColumnDescription::measure (Task& task, unsigned int& minimum, unsigned int
|
|||
|
||||
if (task.annotation_count)
|
||||
{
|
||||
unsigned int min_anno = Date::length (_dateformat);
|
||||
auto min_anno = Date::length (_dateformat);
|
||||
std::map <std::string, std::string> annos;
|
||||
task.getAnnotations (annos);
|
||||
for (auto& i : annos)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue