mirror of
https://github.com/danog/parser.git
synced 2024-11-26 20:04:57 +01:00
chore: fmt
Signed-off-by: azjezz <azjezz@protonmail.com>
This commit is contained in:
parent
ea008412fc
commit
ef87f4dd4e
@ -1,4 +1,4 @@
|
||||
use crate::lexer::token::{Span, TokenKind};
|
||||
use crate::lexer::token::Span;
|
||||
|
||||
use super::Expression;
|
||||
|
||||
|
@ -4,7 +4,7 @@ use crate::lexer::error::SyntaxError;
|
||||
use crate::lexer::token::DocStringIndentationKind;
|
||||
use crate::lexer::token::TokenKind;
|
||||
use crate::lexer::DocStringKind;
|
||||
use crate::parser::ast;
|
||||
|
||||
use crate::parser::ast::identifiers::Identifier;
|
||||
use crate::parser::ast::variables::Variable;
|
||||
use crate::parser::ast::StringPart;
|
||||
|
@ -164,4 +164,4 @@ pub fn skip_open_tag(state: &mut State) -> ParseResult<()> {
|
||||
}
|
||||
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user