1
Fork 0

Fix formatting

This commit is contained in:
Antoni Boucher 2025-01-13 11:48:14 -05:00
parent 06f0a9bc78
commit cf2f17aeb6
3 changed files with 8 additions and 8 deletions

View file

@ -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;