Skip to content

Commit 70662c0

Browse files
committed
formatting
1 parent 66b962a commit 70662c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cargo-afl/src/main.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,8 @@ where
313313
-Z llvm-plugins={p}/split-switches-pass.so \
314314
-Z llvm-plugins={p}/SanitizerCoveragePCGUARD.so \
315315
-Z llvm-plugins={p}/cmplog-instructions-pass.so \
316-
-Z llvm-plugins={p}/cmplog-routines-pass.so"
316+
-Z llvm-plugins={p}/cmplog-routines-pass.so \
317+
"
317318
));
318319

319320
environment_variables.insert("AFL_QUIET", "1".to_string());

0 commit comments

Comments
 (0)