From 0bb6bf1a92c1af1b96204850ebd9bcf4478376c9 Mon Sep 17 00:00:00 2001 From: thindil Date: Wed, 5 Jun 2024 04:52:08 +0000 Subject: [PATCH] refactor: made ConfigData type private FossilOrigin-Name: 76d0545ca3bef82fe099b84540eabf68860f40b47e6c3d8a062989ca56b21d75 --- src/config.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.nim b/src/config.nim index 7cee1ac..5af865c 100644 --- a/src/config.nim +++ b/src/config.nim @@ -38,7 +38,7 @@ type ConfigOption = string ## The configuration's option's name - ConfigData* = object + ConfigData = object ## Contains information about the configuration of the program's rule or a ## custom message, depends on `kind` parameter. When the type of ## configuration entry is the program's rule, it has following fields: