Skip to content

Commit 21d7fbd

Browse files
committed
version 0.10.4
1 parent fe37110 commit 21d7fbd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Weave"
22
uuid = "44d3d7a6-8a23-5bf8-98c5-b353f8df5ec9"
3-
version = "0.10.3"
3+
version = "0.10.4"
44

55
[deps]
66
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"

src/plots.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function Base.display(
1717
report::Weave.Report,
1818
m::MIME"image/svg+xml",
1919
data::Plots.Plot{Plots.PlotlyBackend},
20-
)#
20+
)
2121
# Remove extra spaces from start of line for pandoc
2222
s = repr(MIME("text/html"), data)
2323
splitted = split(s, "\n")
@@ -39,7 +39,7 @@ function Base.display(
3939
report::Weave.Report,
4040
m::MIME"image/png",
4141
data::Plots.Plot{Plots.PlotlyBackend},
42-
)#
42+
)
4343
display(report, MIME("image/svg+xml"), data)
4444
end
4545

0 commit comments

Comments
 (0)