main.rs formatted
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 20s
Lint & Format (Python) / lint-format (pull_request) Successful in 26s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m36s

This commit is contained in:
2026-05-20 00:06:30 +02:00
parent 794a26a3fe
commit c9d6b95ca5
+1 -1
View File
@@ -1,7 +1,7 @@
mod config;
mod effects;
use anyhow::{bail, Context, Result};
use anyhow::{Context, Result, bail};
use std::io::Write as _;
use std::process::{Command, Stdio};