docs: fix formatting

This commit is contained in:
zanninso 2024-07-18 20:56:29 +01:00 committed by zanninso
parent 8408c85d2f
commit 9287509880
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
Create a class `ConfigProtector` that provides a method to hide sensitive data in a configuration file using `Regex`. The method should replace sensitive values with asterisks. The configuration file will be provided as a string, and the keys for the sensitive data will be given in a list.
The config file format will always be as follows:
```
username=admin
npassword=secret