Fmt and clippy

This commit is contained in:
ayazhafiz 2022-02-19 20:54:21 -05:00
parent 3c10ad2a9f
commit a38f1d1e8d
5 changed files with 6 additions and 4 deletions

View file

@ -3,7 +3,7 @@ use crate::{
spaces::{fmt_comments_only, fmt_spaces, NewlineAt, INDENT},
Buf,
};
use roc_parse::ast::{TypeHeader, AssignedField, Collection, Expr, Tag, TypeAnnotation};
use roc_parse::ast::{AssignedField, Collection, Expr, Tag, TypeAnnotation, TypeHeader};
use roc_parse::ident::UppercaseIdent;
use roc_region::all::Loc;