Skip to content

Commit 334a696

Browse files
committed
chore: fmt
1 parent 2909e3f commit 334a696

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

n0-error-macros/src/lib.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ use syn::{
4242
/// #[error(from_sources)]
4343
/// enum MyError {
4444
/// #[error("io failed")]
45-
/// Io { source: std::io::Error, meta: n0_error::Meta },
45+
/// Io {
46+
/// source: std::io::Error,
47+
/// meta: n0_error::Meta,
48+
/// },
4649
/// #[error("remote failed with {_0}")]
4750
/// RemoteErrorCode(u32, #[error(meta)] n0_error::Meta),
4851
/// }

0 commit comments

Comments
 (0)