aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2023-11-24 22:28:20 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2023-11-24 22:28:20 +0400
commit9f24b48d8fc14169db5e676f25595f0f7fe17017 (patch)
treea0d3a6e984042767aebfeae428a7ae9e84f155f3
parentc95e4a738f998eedec7da10fec18be40f2d38d4a (diff)
downloadniri-9f24b48d8fc14169db5e676f25595f0f7fe17017.tar.gz
niri-9f24b48d8fc14169db5e676f25595f0f7fe17017.tar.bz2
niri-9f24b48d8fc14169db5e676f25595f0f7fe17017.zip
Add missing newline
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 51773efe..fcfd6f83 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -20,6 +20,7 @@ mod watcher;
mod dummy_pw_utils;
#[cfg(feature = "xdp-gnome-screencast")]
mod pw_utils;
+
use std::ffi::OsString;
use std::path::PathBuf;
use std::process::Command;