update formatting

This commit is contained in:
Brendan Hansknecht 2022-06-29 22:24:40 -07:00
parent 4efe0b4d7b
commit 2bbea4f88c
No known key found for this signature in database
GPG key ID: 0EA784685083E75B
5 changed files with 26 additions and 17 deletions

View file

@ -9,7 +9,9 @@ use super::{
mark_id_ast_id_map::MarkIdAstIdMap,
};
use crate::markup_error::{ExpectedTextNodeSnafu, NestedNodeMissingChildSnafu, NestedNodeRequiredSnafu};
use crate::markup_error::{
ExpectedTextNodeSnafu, NestedNodeMissingChildSnafu, NestedNodeRequiredSnafu,
};
use itertools::Itertools;
use roc_ast::{
lang::{core::ast::ASTNodeId, env::Env},