We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3dbdee5 + 66768f0 commit 59dfedaCopy full SHA for 59dfeda
1 file changed
src/plans/plan.jl
@@ -79,7 +79,7 @@ The parameters are stored to the global settings using [`Preferences.jl`](https:
79
Passing a `value` of `""` deletes the corresponding entry from the preferences.
80
Whenever the `LocalPreferences.toml` is modified, this is also issued as an `@info`.
81
"""
82
-function set_parameter!(e::Symbol, value::Union{String,Bool, <:Number})
+function set_parameter!(e::Symbol, value::Union{String, Bool, <:Number})
83
return if length(value) == 0
84
@delete_preferences!(string(e))
85
v = get_parameter(e, Val(:default))
0 commit comments