Skip to content

Commit da1c30a

Browse files
Apply suggestions from code review
Co-authored-by: Mosè Giordano <[email protected]>
1 parent 393d670 commit da1c30a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/wrapper_generators.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ end
5252

5353

5454
"""
55-
emit_preference_path_load(pref_name, default_value)
55+
emit_preference_path_load(pref_name, default_value)
5656
5757
On Julia 1.6+, emits a `load_preference()` call for the given preference name,
5858
with the given default value. On Julia 1.5-, simply emits the default value.
@@ -67,4 +67,4 @@ function emit_preference_path_load(pref_name, product_path)
6767
return quote
6868
@load_preference($(pref_name), joinpath(artifact_dir, $(product_path)))
6969
end
70-
end
70+
end

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ module TestJLL end
8484
@test Sys.BINDIR JLLWrappers.get_julia_libpaths()
8585
end
8686
end
87-
end
87+
end

0 commit comments

Comments
 (0)