diff --git a/lodash/lodash.d.ts b/lodash/lodash.d.ts index 1c3f88155..8d373d993 100644 --- a/lodash/lodash.d.ts +++ b/lodash/lodash.d.ts @@ -3548,16 +3548,16 @@ declare module _ { /** * @see _.pluck **/ - pluck( - property: string): LoDashArrayWrapper; + pluck( + property: string): LoDashArrayWrapper; } interface LoDashObjectWrapper { /** * @see _.pluck **/ - pluck( - property: string): LoDashArrayWrapper; + pluck( + property: string): LoDashArrayWrapper; } //_.reduce