diff options
author | Martin Fischer <martin@push-f.com> | 2021-11-19 07:54:49 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-11-19 07:54:49 +0100 |
commit | 29f4f54fdb173c93f17b8515e7cb459d78bc0068 (patch) | |
tree | 491ffebfe4cbd04326205ff54f084b92d209c682 /src/macros.rs | |
parent | c914b71a28ce7177171b83df2815352bf5741844 (diff) |
format code with cargo fmt
Diffstat (limited to 'src/macros.rs')
-rw-r--r-- | src/macros.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macros.rs b/src/macros.rs index 643e754..d87ea98 100644 --- a/src/macros.rs +++ b/src/macros.rs @@ -50,4 +50,4 @@ macro_rules! format_if { ::std::borrow::Cow::Borrowed($borrowed) } } -}
\ No newline at end of file +} |