Skip to content

Commit f7587d5

Browse files
committed
Fix format
1 parent 12c3eca commit f7587d5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/engine.jl

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,13 @@ mutable struct MSession
4242
end
4343
ep = ccall(eng_open[], Ptr{Cvoid}, (Ptr{UInt8},), startcmd(flags))
4444
if ep == C_NULL
45-
@warn("Confirm MATLAB is installed and discoverable.", matlab_libpath, maxlog=1)
45+
@warn(
46+
"Confirm MATLAB is installed and discoverable.",
47+
matlab_libpath,
48+
maxlog = 1
49+
)
4650
if Sys.iswindows()
47-
@warn(windows_regserver_warning, maxlog=1)
51+
@warn(windows_regserver_warning, maxlog = 1)
4852
elseif Sys.islinux()
4953
@warn(
5054
"Ensure `csh` is installed; this may require running `sudo apt-get install csh`.",

0 commit comments

Comments
 (0)