mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-28 01:01:53 +03:00
fix indents
This commit is contained in:
parent
cc33c68bea
commit
1707d43be0
@ -1,5 +1,5 @@
|
|||||||
use crate::{
|
use crate::{
|
||||||
boolean::{output_expected_boolean, output_false, output_true},
|
boolean::{output_expected_boolean, output_true},
|
||||||
get_error,
|
get_error,
|
||||||
get_output,
|
get_output,
|
||||||
parse_program,
|
parse_program,
|
||||||
|
@ -28,7 +28,7 @@ fn test_undefined() {
|
|||||||
assert_eq!(
|
assert_eq!(
|
||||||
format!("{}", error),
|
format!("{}", error),
|
||||||
vec![
|
vec![
|
||||||
" --> \"/test/src/main.leo\": 2:10",
|
" --> \"/test/src/main.leo\": 2:12",
|
||||||
" |",
|
" |",
|
||||||
" 2 | return a",
|
" 2 | return a",
|
||||||
" | ^",
|
" | ^",
|
||||||
|
Loading…
Reference in New Issue
Block a user