mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-18 19:10:18 +00:00
Remove first newline and indent from string
This commit is contained in:
parent
61b1ab059a
commit
31455f5fbd
3 changed files with 35 additions and 2 deletions
|
@ -384,6 +384,7 @@ pub enum EString<'a> {
|
|||
UnknownEscape(Position),
|
||||
Format(&'a EExpr<'a>, Position),
|
||||
FormatEnd(Position),
|
||||
MultilineInsufficientIndent(Position),
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue