Skip to content

Commit 59dfeda

Browse files
committed
Merge branch 'kellertuer/switch-to-runic' of github.com:JuliaManifolds/Manopt.jl into kellertuer/switch-to-runic
2 parents 3dbdee5 + 66768f0 commit 59dfeda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plans/plan.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The parameters are stored to the global settings using [`Preferences.jl`](https:
7979
Passing a `value` of `""` deletes the corresponding entry from the preferences.
8080
Whenever the `LocalPreferences.toml` is modified, this is also issued as an `@info`.
8181
"""
82-
function set_parameter!(e::Symbol, value::Union{String,Bool, <:Number})
82+
function set_parameter!(e::Symbol, value::Union{String, Bool, <:Number})
8383
return if length(value) == 0
8484
@delete_preferences!(string(e))
8585
v = get_parameter(e, Val(:default))

0 commit comments

Comments
 (0)