From a1f81355a7574aaccf540cf1742c90f67fd964d5 Mon Sep 17 00:00:00 2001 From: xiongmao86 Date: Sat, 4 Jan 2020 10:18:58 +0800 Subject: [PATCH] format codebase. --- tests/ui/filetype_is_file.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +}