diff --git a/src/animation.jl b/src/animation.jl
index 2b0847963..574c3cdcf 100644
--- a/src/animation.jl
+++ b/src/animation.jl
@@ -165,7 +165,7 @@ function Base.show(io::IO, ::MIME"text/html", agif::AnimatedGif)
""
elseif ext in ("mov", "mp4", "webm")
mimetype = ext == "mov" ? "video/quicktime" : "video/$ext"
- ""
+ ""
else
error("Cannot show animation with extension $ext: $agif")
end