This commit is contained in:
Tom Alexander
2023-09-06 11:48:24 -04:00
parent 028aeb70aa
commit 400f53e440
4 changed files with 5 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ impl<'g, 's> GlobalSettings<'g, 's> {
working_directory: None,
},
in_progress_todo_keywords: BTreeSet::new(),
complete_todo_keywords: BTreeSet::new()
complete_todo_keywords: BTreeSet::new(),
}
}
}