mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
fix trailing whitespace
This commit is contained in:
parent
db7e604643
commit
59f547b2be
4 changed files with 47 additions and 41 deletions
|
@ -2,7 +2,7 @@ use crate::ast::{CommentOrNewline, Spaceable, StrLiteral, TypeAnnotation};
|
|||
use crate::blankspace::space0;
|
||||
use crate::ident::lowercase_ident;
|
||||
use crate::module::package_name;
|
||||
use crate::parser::{ascii_char, optional, Either, Parser, Progress::*, State};
|
||||
use crate::parser::{ascii_char, optional, Either, Parser, Progress::*, State};
|
||||
use crate::string_literal;
|
||||
use bumpalo::collections::Vec;
|
||||
use inlinable_string::InlinableString;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue