Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
adpaco-aws committed Aug 20, 2024
1 parent 5a574f7 commit 0943ee3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kani-driver/src/call_single_file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@ impl KaniSession {
// We only use panic abort strategy for verification since we cannot handle unwind logic.
if self.args.coverage {
flags.extend_from_slice(
&["-C", "instrument-coverage", "-Z", "no-profiler-runtime"]
.map(OsString::from),
&["-C", "instrument-coverage", "-Z", "no-profiler-runtime"].map(OsString::from),
);
}
flags.extend_from_slice(
Expand Down

0 comments on commit 0943ee3

Please sign in to comment.