mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-13 22:35:52 +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);
|
config->apply_with_defaults(external_config, keys);
|
||||||
|
|
||||||
// For extra_keys don't populate defaults.
|
// 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);
|
config->apply(external_config, extra_keys);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user