Skip to content

Commit b77efa2

Browse files
committed
Trim whitespace from comment in ci_driver.jl
1 parent 9da3f34 commit b77efa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/ci_driver.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# (See also Base.type_limited_string_from_context())
66
redirect_stderr(IOContext(stderr, :stacktrace_types_limited => Ref(false)))
77
# PrecompileCI is a local package that forces commonly used methods to be precompiled,
8-
# allowing them to be reused between Julia sessions.
9-
# To load in the precompiled methods, run `using PrecompileCI` before loading ClimaAtmos.
8+
# allowing them to be reused between Julia sessions.
9+
# To load in the precompiled methods, run `using PrecompileCI` before loading ClimaAtmos.
1010
# To see what methods are precompiled, open julia: `julia --project=.buildkite/PrecompileCI`
1111
# and run `using PrecompileTools; PrecompileTools.verbose[] = true; include(".buildkite/PrecompileCI/src/PrecompileCI.jl")`
1212
using PrecompileCI

0 commit comments

Comments
 (0)