about summary refs log tree commit diff
diff options
context:
space:
mode:
authorxiongmao86 <xiongmao86dev@sina.com>2020-01-04 10:18:58 +0800
committerxiongmao86 <xiongmao86dev@sina.com>2020-01-12 19:54:17 +0800
commita1f81355a7574aaccf540cf1742c90f67fd964d5 (patch)
tree9629e8f43d1c389480a7ef673398895bc270718f
parent3c59eaf91cd4cb12397fbcf963f751082afbe532 (diff)
downloadrust-a1f81355a7574aaccf540cf1742c90f67fd964d5.tar.gz
rust-a1f81355a7574aaccf540cf1742c90f67fd964d5.zip
format codebase.
-rw-r--r--tests/ui/filetype_is_file.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/filetype_is_file.rs b/tests/ui/filetype_is_file.rs
index 7e85519a518..5de8fe8cdd7 100644
--- a/tests/ui/filetype_is_file.rs
+++ b/tests/ui/filetype_is_file.rs
@@ -20,4 +20,4 @@ fn main() -> std::io::Result<()> {
     }
 
     Ok(())
-}
\ No newline at end of file
+}