From 04348ab176bc341b688c4776007d4c454217a00f Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 7 Feb 2017 01:43:52 -0800 Subject: [PATCH] Newline nit in `trimEnd`. --- trimEnd.js | 1 - 1 file changed, 1 deletion(-) diff --git a/trimEnd.js b/trimEnd.js index 2bcb703da..06f00eeac 100644 --- a/trimEnd.js +++ b/trimEnd.js @@ -7,7 +7,6 @@ import toString from './toString.js' const stringProto = String.prototype const nativeTrimEnd = stringProto.trimRight || stringProto.trimEnd - /** * Removes trailing whitespace or specified characters from `string`. *