aboutsummaryrefslogtreecommitdiff
path: root/src/parser/event_parser/grammar/types.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/event_parser/grammar/types.rs')
-rw-r--r--src/parser/event_parser/grammar/types.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser/event_parser/grammar/types.rs b/src/parser/event_parser/grammar/types.rs
index c431643d7..1a3d44a0a 100644
--- a/src/parser/event_parser/grammar/types.rs
+++ b/src/parser/event_parser/grammar/types.rs
@@ -2,4 +2,4 @@ use super::*;
2 2
3pub(super) fn type_ref(p: &mut Parser) { 3pub(super) fn type_ref(p: &mut Parser) {
4 p.expect(IDENT); 4 p.expect(IDENT);
5} \ No newline at end of file 5}