prettier/tests/bracketSpacing/array.js

3 lines
51 B
JavaScript

const arr1 = [1,2,3,4];
const arr2 = [1, 2, 3, 4];