Newline nit in trimEnd.

This commit is contained in:
John-David Dalton
2017-02-07 01:43:52 -08:00
parent 47abf76e88
commit 04348ab176

View File

@@ -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`.
*