Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisduerr committed Jan 7, 2024
1 parent 93a3f77 commit b231066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit b231066

Please sign in to comment.