mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 21:30:03 -04:00
Clean up some macro syntax
This commit is contained in:
@@ -157,7 +157,7 @@ pub struct ClippedMesh(
|
||||
/// or with the `debug_egui_assert` feature in debug builds.
|
||||
#[macro_export]
|
||||
macro_rules! epaint_assert {
|
||||
($($arg:tt)*) => {
|
||||
($($arg: tt)*) => {
|
||||
if cfg!(any(
|
||||
feature = "extra_asserts",
|
||||
all(feature = "extra_debug_asserts", debug_assertions),
|
||||
|
||||
Reference in New Issue
Block a user