Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cleanup: remove
init
in the configuration constructor
This `init({});` in the falco_configuration constructor is unnecessary since when we call the action `load_config`, if we don't have a config file, we will call the same `init` we have just removed. This cleanup avoids calling `falco_configuration::init` 2 times. Signed-off-by: Andrea Terzolo <[email protected]>
- Loading branch information