From 4c65d780272c7954601c006fd23f63fe1f50a17c Mon Sep 17 00:00:00 2001 From: Anatolij Vasilev Date: Mon, 25 Mar 2024 16:11:38 +0100 Subject: removed added blank line --- src/finder/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/finder/mod.rs b/src/finder/mod.rs index 2ece777..f19f2ca 100644 --- a/src/finder/mod.rs +++ b/src/finder/mod.rs @@ -3,7 +3,6 @@ use crate::prelude::*; use std::io::Write; use std::process::{self, Output}; use std::process::{Command, Stdio}; - pub mod structures; use clap::ValueEnum; pub use post::process; -- cgit v1.2.3