Fix formatting
This commit is contained in:
parent
06f0a9bc78
commit
cf2f17aeb6
3 changed files with 8 additions and 8 deletions
|
@ -1,10 +1,8 @@
|
|||
//! The common code for `tests/lang_tests_*.rs`
|
||||
|
||||
use std::{
|
||||
env::{self, current_dir},
|
||||
path::{Path, PathBuf},
|
||||
process::Command,
|
||||
};
|
||||
use std::env::{self, current_dir};
|
||||
use std::path::{Path, PathBuf};
|
||||
use std::process::Command;
|
||||
|
||||
use boml::Toml;
|
||||
use lang_tester::LangTester;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue