Format code

This commit is contained in:
Chad Stearns 2019-12-16 13:35:30 -05:00
parent 01a283c121
commit faee0a657d

View file

@ -501,21 +501,21 @@ mod test_format {
"#
));
// expr_formats_to(indoc!(
// r#"
// identity = \a
// -> a
//
// identity 41
// "#
// ), indoc!(
// r#"
// identity = \a ->
// a
//
// identity 41
// "#
// ));
// expr_formats_to(indoc!(
// r#"
// identity = \a
// -> a
//
// identity 41
// "#
// ), indoc!(
// r#"
// identity = \a ->
// a
//
// identity 41
// "#
// ));
expr_formats_same(indoc!(
r#"