summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnatolij Vasilev <Anatolij.Vasilev@flyeralarm.com>2024-03-25 16:11:38 +0100
committerAnatolij Vasilev <Anatolij.Vasilev@flyeralarm.com>2024-03-25 16:11:38 +0100
commit4c65d780272c7954601c006fd23f63fe1f50a17c (patch)
tree3cf664830d941aedaa55d23f83de780dd483db80
parent5f3d0a44455ceea3b5339d0b6fcb5505021cde6a (diff)
removed added blank line
-rw-r--r--src/finder/mod.rs1
1 files changed, 0 insertions, 1 deletions
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;