diff --git a/compiler/tests/statements/iteration_type_fail.leo b/compiler/tests/statements/iteration_type_fail.leo index 644253a8b9..8ce5665176 100644 --- a/compiler/tests/statements/iteration_type_fail.leo +++ b/compiler/tests/statements/iteration_type_fail.leo @@ -6,4 +6,4 @@ function main ( for y in 0u8..10u8 { let z = y > x; } -} \ No newline at end of file +}