mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 10:17:48 +00:00
Remove semicolons.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
* @returns {number} Returns the string size.
|
||||
*/
|
||||
function asciiSize({ length }) {
|
||||
return length;
|
||||
return length
|
||||
}
|
||||
|
||||
export default asciiSize;
|
||||
export default asciiSize
|
||||
|
||||
Reference in New Issue
Block a user