Skip to content

Commit cdc27ac

Browse files
committed
refactor
Signed-off-by: scepter914 <scepter914@gmail.com>
1 parent 14d166d commit cdc27ac

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/bin/ml-cellar.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ fn init() {
8787
std::fs::write(".gitattributes", GITATTRIBUTES).expect("failed to write .gitattributes");
8888

8989
// Make .mlcellar.toml
90-
9190
let config = RegoritoryConfig::default();
9291
let toml_str = to_string_pretty(&config).expect("failed to serialize project config to TOML");
9392
std::fs::write(".mlcellar.toml", toml_str).expect("failed to write .mlcellar.toml");

0 commit comments

Comments
 (0)