From 7a02097b717c6f7055a92c52dca65c374b06f057 Mon Sep 17 00:00:00 2001
From: Aleksey Kladov <aleksey.kladov@gmail.com>
Date: Tue, 30 Jan 2018 22:56:13 +0300
Subject: Formatting

---
 src/parser/event_parser/grammar/paths.rs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/parser/event_parser/grammar/paths.rs b/src/parser/event_parser/grammar/paths.rs
index bf3c8aedd..4c0d2c8b4 100644
--- a/src/parser/event_parser/grammar/paths.rs
+++ b/src/parser/event_parser/grammar/paths.rs
@@ -32,7 +32,6 @@ fn path(p: &mut Parser) {
     }
 }
 
-
 fn path_segment(p: &mut Parser, first: bool) {
     let segment = p.start();
     if first {
-- 
cgit v1.2.3