mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 07:47:49 +00:00
Pass style linting.
This commit is contained in:
@@ -10483,7 +10483,7 @@
|
||||
leftLength = nativeFloor(mid),
|
||||
rightLength = nativeCeil(mid);
|
||||
|
||||
return createPadding('', leftLength, chars) + string + createPadding('', rightLength, chars)
|
||||
return createPadding('', leftLength, chars) + string + createPadding('', rightLength, chars);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user