| Index: test/splitting/mixed.stmt
 | 
| diff --git a/test/splitting/mixed.stmt b/test/splitting/mixed.stmt
 | 
| index 2c57dae67b89eceb6142954e550cf9f8cd1c5702..0ef02fd935a2615cf5849fa29e3f91ade716c971 100644
 | 
| --- a/test/splitting/mixed.stmt
 | 
| +++ b/test/splitting/mixed.stmt
 | 
| @@ -71,11 +71,9 @@ function(
 | 
|  >>> unnested function inside nested expression
 | 
|  function(argument, function(() {;}));
 | 
|  <<<
 | 
| -function(
 | 
| -    argument,
 | 
| -    function(() {
 | 
| -      ;
 | 
| -    }));
 | 
| +function(argument, function(() {
 | 
| +  ;
 | 
| +}));
 | 
|  >>> nested function inside nested expression
 | 
|  function(argument, function(() {;}, argument, () {;}));
 | 
|  <<<
 | 
| 
 |