aboutsummaryrefslogtreecommitdiff
path: root/src/parser/event_parser/grammar/items/structs.rs
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-01-28 20:14:00 +0000
committerAleksey Kladov <[email protected]>2018-01-28 20:14:00 +0000
commit55e2a478be04bdaba164ea92160e52a6fea5abe5 (patch)
tree8590725d71429399cf43565879e8a444f19f2113 /src/parser/event_parser/grammar/items/structs.rs
parentc23a2519e18ab1cd8c09c6b25d1c1c8ab9a1f3c1 (diff)
Reformat
Diffstat (limited to 'src/parser/event_parser/grammar/items/structs.rs')
-rw-r--r--src/parser/event_parser/grammar/items/structs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser/event_parser/grammar/items/structs.rs b/src/parser/event_parser/grammar/items/structs.rs
index 670406071..6e438413b 100644
--- a/src/parser/event_parser/grammar/items/structs.rs
+++ b/src/parser/event_parser/grammar/items/structs.rs
@@ -59,7 +59,7 @@ pub(super) fn enum_item(p: &mut Parser) {
59 p.bump(); 59 p.bump();
60 expressions::expr(p); 60 expressions::expr(p);
61 } 61 }
62 _ => () 62 _ => (),
63 } 63 }
64 var.complete(p, ENUM_VARIANT); 64 var.complete(p, ENUM_VARIANT);
65 } else { 65 } else {