From b52212bf34074eabe1f142dcd8c0df753f41a5bf Mon Sep 17 00:00:00 2001 From: Jan Lukas Gernert Date: Thu, 30 Mar 2023 08:12:43 +0200 Subject: [PATCH] fmt --- src/util.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.rs b/src/util.rs index 6647461..2063998 100644 --- a/src/util.rs +++ b/src/util.rs @@ -1,5 +1,5 @@ use libxml::{ - tree::{Node, NodeType, Document}, + tree::{Document, Node, NodeType}, xpath::Context, }; use reqwest::{