Skip to content

Commit ed836bd

Browse files
committed
printfmt returned true if suffix was empty
1 parent 3c88392 commit ed836bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/formatexpr.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ function printfmt(io::IO, fe::FormatExpr, args...)
151151
end
152152
end
153153
isempty(fe.suffix) || print(io, fe.suffix)
154+
nothing
154155
end
155156

156157
const StringOrFE = Union{AbstractString, FormatExpr}

0 commit comments

Comments
 (0)