diff options
| author | Caio <c410.f3r@gmail.com> | 2024-09-13 15:18:30 -0300 |
|---|---|---|
| committer | Caio <c410.f3r@gmail.com> | 2024-09-13 15:18:30 -0300 |
| commit | ae15032069f9b6794b8d30fc8bc72f05633d5e0e (patch) | |
| tree | e41c4223613235919f4fc93706720f8c384f4640 | |
| parent | 561a6c5f117535b9aec84ca2341fdc8f0cdb0dd5 (diff) | |
| download | rust-ae15032069f9b6794b8d30fc8bc72f05633d5e0e.tar.gz rust-ae15032069f9b6794b8d30fc8bc72f05633d5e0e.zip | |
Rustfmt
| -rw-r--r-- | library/core/tests/macros.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/tests/macros.rs b/library/core/tests/macros.rs index 416d8fba391..fdb4ea29412 100644 --- a/library/core/tests/macros.rs +++ b/library/core/tests/macros.rs @@ -192,4 +192,4 @@ fn _allows_stmt_expr_attributes() { cfg(unix) => { one * two; } _ => { one + two; } } -} \ No newline at end of file +} |
