mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-13 06:39:09 +08:00
Fix spacing for readability.
This commit is contained in:
parent
d3e4b3ae5f
commit
84ef996275
@ -84,7 +84,7 @@ config_ptr Preset::load_config() {
|
||||
config->apply_with_defaults(external_config, keys);
|
||||
|
||||
// For extra_keys don't populate defaults.
|
||||
if (extra_keys.size() > 0 && !this->external){
|
||||
if (extra_keys.size() > 0 && !this->external) {
|
||||
config->apply(external_config, extra_keys);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user