Skip to content

Commit

Permalink
removed spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
fdncred authored Jun 22, 2020
1 parent d0dcc68 commit 8c3bfca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/checker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ impl Checker for ExecutableChecker {
.and_then(|c| Ok(unsafe { libc::access(c.as_ptr(), libc::X_OK) == 0 }))
.unwrap_or(false)
}

#[cfg(windows)]
fn is_valid(&self, _path: &Path) -> bool {
true
Expand Down

0 comments on commit 8c3bfca

Please sign in to comment.