Skip to content

Commit 65c3ab1

Browse files
authored
Remove extraneous whitespace
1 parent 4475b3d commit 65c3ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MATLAB.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ end
192192

193193
export @matlab
194194
macro matlab(ex)
195-
Base.depwarn("@matlab is deprecated, use custom string literal mat\"\" instead .", :matlab)
195+
Base.depwarn("@matlab is deprecated, use custom string literal mat\"\" instead.", :matlab)
196196
:( MATLAB.eval_string($(mstatement(ex))) )
197197
end
198198

0 commit comments

Comments
 (0)