Skip to content

Commit

Permalink
refactor: made ConfigData type private
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 76d0545ca3bef82fe099b84540eabf68860f40b47e6c3d8a062989ca56b21d75
  • Loading branch information
thindil committed Jun 5, 2024
1 parent 95b7690 commit 0bb6bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0bb6bf1

Please sign in to comment.