fix indents

This commit is contained in:
collin 2020-07-17 12:59:18 -07:00
parent cc33c68bea
commit 1707d43be0
242 changed files with 356 additions and 356 deletions

View File

@ -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,

View File

@ -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",
" | ^",