mirror of
https://github.com/topjohnwu/cxx.git
synced 2025-02-24 01:52:27 +00:00
Format with rustfmt 1.4.27-nightly
This commit is contained in:
parent
09a3086b45
commit
8988a75049
@ -18,7 +18,11 @@ macro_rules! check {
|
||||
($run:expr) => {{
|
||||
CORRECT.with(|correct| correct.set(false));
|
||||
$run;
|
||||
assert!(CORRECT.with(|correct| correct.get()), "{}", stringify!($run));
|
||||
assert!(
|
||||
CORRECT.with(|correct| correct.get()),
|
||||
"{}",
|
||||
stringify!($run),
|
||||
);
|
||||
}};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user