Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Feb 1, 2020
1 parent 54b4afd commit 8bf5206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/array.js
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ export function generalize (a) {
* @return string
*/
export function getArrayDataType (array, typeOf) {
let type = undefined // to hold type info
let type // to hold type info
let length = 0 // to hold length value to ensure it has consistent sizes

for (let i = 0; i < array.length; i++) {
Expand Down

0 comments on commit 8bf5206

Please sign in to comment.