1
1
mirror of https://github.com/tweag/nickel.git synced 2024-09-20 08:05:15 +03:00

Formatting

This commit is contained in:
Yann Hamdaoui 2020-12-08 11:43:57 +01:00
parent e7aed63cd0
commit 9fb8df71c1

View File

@ -184,6 +184,8 @@ pub enum NormalToken<'input> {
#[token("%wrap%")]
Wrap,
#[token("%unwrap%")]
Unwrap,
#[token("%embed%")]
Embed,
#[token("%mapRec%")]
@ -201,8 +203,6 @@ pub enum NormalToken<'input> {
#[token("%fieldsOf%")]
FieldsOf,
#[token("%unwrap%")]
Unwrap,
#[token("%hasField%")]
HasField,
#[token("%map%")]