Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Sep 22, 2018
1 parent 99faac8 commit 7701d0b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/flags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,7 @@ fn parse_core_args(args: Vec<String>) -> (Vec<String>, Vec<String>) {
}

true
})
.collect();
}).collect();

// Replace args being sent to V8
for idx in 0..args.len() {
Expand Down Expand Up @@ -245,7 +244,6 @@ pub fn v8_set_flags(args: Vec<String>) -> Vec<String> {
let cstr = CStr::from_ptr(*ptr as *const i8);
let slice = cstr.to_str().unwrap();
slice.to_string()
})
.chain(rest.into_iter())
}).chain(rest.into_iter())
.collect()
}

0 comments on commit 7701d0b

Please sign in to comment.