Skip to content

Commit a8d4419

Browse files
committed
Fix missing backslash
1 parent eff5200 commit a8d4419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run-kani.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ main() {
325325
popd
326326
echo "Running Kani autoharness codegen command..."
327327
"$kani_path" autoharness -Z autoharness -Z unstable-options --std ./library \
328-
--only-codegen -j --output-format=terse
328+
--only-codegen -j --output-format=terse \
329329
$unstable_args \
330330
--no-assert-contracts \
331331
$command_args \

0 commit comments

Comments
 (0)