# HG changeset patch # User Vincent Tondellier # Date 1455989760 -3600 # Node ID 6f411821b12b88c7b9646cfe6e65d0e9e6390d44 # Parent 97bf7ebb6e447c6a2c1d6a0bd0ee1fb919b36ca2 Fix syntax in the example config diff -r 97bf7ebb6e44 -r 6f411821b12b crash_test.conf.sample --- a/crash_test.conf.sample Tue Feb 16 23:17:21 2016 +0100 +++ b/crash_test.conf.sample Sat Feb 20 18:36:00 2016 +0100 @@ -41,6 +41,8 @@ # Clean function names by removing the namespace #"some_ns::", ], + }, + }, }, Storage => [ { Type => "Sql", db => { Pg => "postgresql:///crashtest" } },