diff --git a/PlotsBase/src/animation.jl b/PlotsBase/src/animation.jl
index e3b5cd911..cdcec84d8 100644
--- a/PlotsBase/src/animation.jl
+++ b/PlotsBase/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