Cargo fmt

This commit is contained in:
Chadtech 2021-03-22 01:31:23 -04:00
parent e6d900b978
commit 9f5ed5816b
2 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,4 @@
use roc_cli::{build, docs, build_app, repl, DIRECTORY_OR_FILES};
use roc_cli::{build, build_app, docs, repl, DIRECTORY_OR_FILES};
use std::io;
use std::path::{Path, PathBuf};
use target_lexicon::Triple;