Skip to content

Commit c885f86

Browse files
committed
Run verusfmt
1 parent c3c8816 commit c885f86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/vir/src/well_formed.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,7 @@ fn check_function(
11651165
// Allow external_body/assume_specification inside vstd
11661166
Some(path) if path.is_vstd_path() => {}
11671167
_ => {
1168-
return Err(error(
1168+
return Err(error(
11691169
&function.span,
11701170
"external_body/assume_specification not allowed with --no-cheating",
11711171
));

0 commit comments

Comments
 (0)