diff options
Diffstat (limited to 'Regfish/Default.hs')
-rw-r--r-- | Regfish/Default.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Regfish/Default.hs b/Regfish/Default.hs index 029c074..a23cc7d 100644 --- a/Regfish/Default.hs +++ b/Regfish/Default.hs @@ -25,7 +25,7 @@ instance Default RFConfig where instance Default RFState where - def = RFState def + def = RFState mempty |