From b5ecc17b5303aa243aa1bc33de7b18056683a92c Mon Sep 17 00:00:00 2001 From: bestgopher <84328409@qq.com> Date: Sun, 24 Jan 2021 11:48:26 +0800 Subject: [PATCH] format cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 48dc63af..114127c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,5 +13,5 @@ serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } [[bin]] -name ="leetcode" -path ="src/main.rs" +name = "leetcode" +path = "src/main.rs"