File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ of these variables that is set (whether the path exists or not). If
21
21
are ignored (as if unset); if the other variables are set to the empty string,
22
22
they behave is if they are not set.
23
23
"""
24
- ca_roots ():: Union{Nothing,String} = _ca_roots ( true )
24
+ ca_roots () = _ca_roots ( true ) :: Union{Nothing,String}
25
25
26
26
"""
27
27
ca_roots_path() :: String
@@ -48,7 +48,7 @@ of these variables that is set (whether the path exists or not). If
48
48
are ignored (as if unset); if the other variables are set to the empty string,
49
49
they behave is if they are not set.
50
50
"""
51
- ca_roots_path ():: String = _ca_roots (false )
51
+ ca_roots_path () = _ca_roots (false ):: String
52
52
53
53
# NOTE: this has to be a function not a constant since the
54
54
# value of Sys.BINDIR changes from build time to run time.
You can’t perform that action at this time.
0 commit comments