Skip to content

Commit

Permalink
[F] Cannot clone ConfigView created by new ConfigView() (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
clansty authored Dec 7, 2024
1 parent e063409 commit 7047020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AquaMai.Config/ConfigView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class ConfigView : IConfigView

public ConfigView()
{
root = new TomlTable();
root = TomlDocument.CreateEmpty();
}

public ConfigView(TomlTable root)
Expand Down

0 comments on commit 7047020

Please sign in to comment.