mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 16:17:50 +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 nativeTrimEnd = stringProto.trimRight || stringProto.trimEnd
|
||||
|
||||
|
||||
/**
|
||||
* Removes trailing whitespace or specified characters from `string`.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user