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::{
|
||||
boolean::{output_expected_boolean, output_false, output_true},
|
||||
boolean::{output_expected_boolean, output_true},
|
||||
get_error,
|
||||
get_output,
|
||||
parse_program,
|
||||
|
@ -28,7 +28,7 @@ fn test_undefined() {
|
||||
assert_eq!(
|
||||
format!("{}", error),
|
||||
vec![
|
||||
" --> \"/test/src/main.leo\": 2:10",
|
||||
" --> \"/test/src/main.leo\": 2:12",
|
||||
" |",
|
||||
" 2 | return a",
|
||||
" | ^",
|
||||
|
Loading…
Reference in New Issue
Block a user