From b23106647673e2404118575511bd02459dc39a28 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Sun, 7 Jan 2024 10:45:39 +0100 Subject: [PATCH] Fix formatting --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 6e3c8c7..3692849 100644 --- a/src/main.rs +++ b/src/main.rs @@ -5,8 +5,8 @@ use std::path::{Path, PathBuf}; use std::time::Duration; use std::{fmt, io, mem, process, slice, thread}; -use nix::{ioctl_write_int, ioctl_write_ptr}; use argh::FromArgs; +use nix::{ioctl_write_int, ioctl_write_ptr}; /// Force-feedback device path. const DEVICE_PATH: &str = "/dev/input/by-path/platform-vibrator-event";