-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Config: get rid of default registry values
All default values are empty strings, and the linter was also complaining about readValue always receiving the same value for its 'defaultValue' argument. Hence, I simplified the code so that there are no default values, or rather the default values are always "". We can bring them back if we ever need one of the defaults to be non-empty.
- Loading branch information
1 parent
37de580
commit 9cbf554
Showing
1 changed file
with
10 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters