From 56c08c501a5c0e1330686a5faa35977bb8a3ae0f Mon Sep 17 00:00:00 2001 From: Jan Lukas Gernert Date: Mon, 27 Feb 2023 01:01:16 +0100 Subject: [PATCH] fmt --- src/full_text_parser/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/full_text_parser/mod.rs b/src/full_text_parser/mod.rs index f3285c8..7c2c92e 100644 --- a/src/full_text_parser/mod.rs +++ b/src/full_text_parser/mod.rs @@ -883,7 +883,7 @@ impl FullTextParser { node.unlink(); } } - + Ok(()) }