Fixup whitespace

This commit is contained in:
Dane Johnson 2022-02-01 10:15:07 -06:00
parent 35e7c66f68
commit 356905316e

View File

@ -154,7 +154,8 @@ four <- (3 - 1) * 2";
#[test] #[test]
fn test_funcdef() { fn test_funcdef() {
let prgm = r"foo <- -> bar()"; let prgm = r"foo <- -> bar()
";
let expected = vec![ let expected = vec![
Stmt::Assignment("foo", Stmt::Assignment("foo",
Expr::Funcdef( Expr::Funcdef(