Skip to content

Commit 443f98c

Browse files
authored
Fixed auto-corrected whitespace. (#9005)
1 parent 629eb65 commit 443f98c

File tree

1 file changed

+0
-1
lines changed
  • crates/cairo-lang-semantic/src/expr/test_data

1 file changed

+0
-1
lines changed

crates/cairo-lang-semantic/src/expr/test_data/constant

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,5 +621,4 @@ const OR_FT: () = assert(false || true);
621621
const AND_SHORT_CIRCUIT: () = assert(!(false && boom()));
622622
const OR_SHORT_CIRCUIT: () = assert(true || boom());
623623

624-
625624
//! > expected_diagnostics

0 commit comments

Comments
 (0)