Revert "Test multiline signatures where the closing parent has a smaller offset than...
[p5sagit/Devel-Declare.git] / t / method.t
index 4e92af6..9833e30 100644 (file)
@@ -122,9 +122,7 @@ my ($test_method1, $test_method2, @test_list);
     return bless({ @_ }, $class);
   };
 
-  method foo (
-      $foo
-  ) {
+  method foo ($foo) {
     return (ref $self).': Foo: '.$foo;
   };