feat: remove comment
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-04-08 23:07:51 +02:00
parent 05ecdf5251
commit dad8fc472e
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -8,7 +8,5 @@ fn main() -> anyhow::Result<()> {
PleaseCommand::new().execute(current_dir)?;
//something else asdfa 123
Ok(())
}