Skip to content

Commit 66768f0

Browse files
Update src/plans/plan.jl – fix formatting again
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 63ecb94 commit 66768f0

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)