about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCaio <c410.f3r@gmail.com>2024-09-13 15:18:30 -0300
committerCaio <c410.f3r@gmail.com>2024-09-13 15:18:30 -0300
commitae15032069f9b6794b8d30fc8bc72f05633d5e0e (patch)
treee41c4223613235919f4fc93706720f8c384f4640
parent561a6c5f117535b9aec84ca2341fdc8f0cdb0dd5 (diff)
downloadrust-ae15032069f9b6794b8d30fc8bc72f05633d5e0e.tar.gz
rust-ae15032069f9b6794b8d30fc8bc72f05633d5e0e.zip
Rustfmt
-rw-r--r--library/core/tests/macros.rs2
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
+}