Properly order default prettier installations and startups

This commit is contained in:
Kirill Bulatov 2023-11-03 00:38:18 +02:00
parent 244c693968
commit 24dd1c5812
2 changed files with 123 additions and 84 deletions

View file

@ -13,7 +13,7 @@ use pretty_assertions::assert_eq;
use serde_json::json;
use std::{cell::RefCell, os::unix, rc::Rc, task::Poll};
use unindent::Unindent as _;
use util::{assert_set_eq, test::temp_tree, paths::PathMatcher};
use util::{assert_set_eq, paths::PathMatcher, test::temp_tree};
#[cfg(test)]
#[ctor::ctor]