diff --git a/lib/resize.js b/lib/resize.js index 830c3753..45f87064 100644 --- a/lib/resize.js +++ b/lib/resize.js @@ -271,7 +271,6 @@ function resize (width, height, options) { * // to the top, left and right edges and 20 to the bottom edge * sharp(input) * .resize(140) - * .) * .extend({ * top: 10, * bottom: 20,