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

@@ -10,7 +10,7 @@ use crate::presence::OnPresence;
use super::{Device, DeviceBox, AsOnOff};
// @TODO Ideally we store am Arc to the childern devices,
// TODO: Ideally we store am Arc to the childern devices,
// that way they hook into everything just like all other devices
#[derive(Debug)]
pub struct AudioSetup {