mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-13 04:17:49 +00:00
Newline nit in trimEnd.
This commit is contained in:
@@ -7,7 +7,6 @@ import toString from './toString.js'
|
|||||||
const stringProto = String.prototype
|
const stringProto = String.prototype
|
||||||
const nativeTrimEnd = stringProto.trimRight || stringProto.trimEnd
|
const nativeTrimEnd = stringProto.trimRight || stringProto.trimEnd
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Removes trailing whitespace or specified characters from `string`.
|
* Removes trailing whitespace or specified characters from `string`.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user