Changed how TODO notes are marked to properly highlight in vim

This commit is contained in:
2023-04-09 23:01:21 +02:00
parent 1a9d12b1f3
commit 3613c2cbdf
14 changed files with 26 additions and 26 deletions

View File

@@ -99,6 +99,6 @@ mod tests {
println!("{}", json);
// @TODO Add a known correct output to test against
// TODO: Add a known correct output to test against
}
}

View File

@@ -87,6 +87,6 @@ mod tests {
println!("{}", json);
// @TODO Add a known correct output to test against
// TODO: Add a known correct output to test against
}
}