Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 375a78f

Browse files
committed
refactor(example): remove comma to fix lint warning
1 parent e3f8323 commit 375a78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/examples/grid-editor.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ export class GridEditorComponent implements OnInit {
255255
filter: { model: Filters.compoundDate },
256256
formatter: Formatters.multiple,
257257
params: {
258-
formatters: [Formatters.complexObject, Formatters.dateIso,]
258+
formatters: [Formatters.complexObject, Formatters.dateIso]
259259
},
260260
exportWithFormatter: true,
261261
sortable: true,

0 commit comments

Comments
 (0)