Skip to content

Commit 6891cc0

Browse files
authored
remove redundant fn main line (#279)
1 parent e408297 commit 6891cc0

File tree

1 file changed

+0
-2
lines changed
  • crates/macos-utils/accessibility-master/aq/src

1 file changed

+0
-2
lines changed

crates/macos-utils/accessibility-master/aq/src/main.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ pub struct Opt {
6363
pub pid: i32,
6464
}
6565

66-
fn main() -> Result<(), i32> {
67-
6866
fn main() -> Result<(), i32> {
6967
let opt = Opt::from_args();
7068
let app = AXUIElement::application(opt.pid);

0 commit comments

Comments
 (0)