This commit is contained in:
Aleksey Kladov 2020-01-07 15:33:51 +01:00
parent 64f0510d18
commit 5e7995eeb7
3 changed files with 7 additions and 7 deletions

View file

@ -4,7 +4,7 @@ use std::{fs, path::PathBuf};
use anyhow::{bail, Result};
use crate::{project_root, run, run_rustfmt, run_with_output, Mode};
use crate::{cmd::run_with_output, project_root, run, run_rustfmt, Mode};
// FIXME: if there are changed `.ts` files, also reformat TypeScript (by
// shelling out to `npm fmt`).