From 6b31c1f847f869332358aa2388a24ba481789caf Mon Sep 17 00:00:00 2001 From: zhanggy Date: Mon, 9 Jun 2025 08:36:30 +0800 Subject: [PATCH] chore: fix EditorConfig lint errors (issue #7227) --- .../@stdlib/ml/incr/kmeans/lib/init_methods.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/node_modules/@stdlib/ml/incr/kmeans/lib/init_methods.json b/lib/node_modules/@stdlib/ml/incr/kmeans/lib/init_methods.json index b28fa7e1edfe..3682caf29557 100644 --- a/lib/node_modules/@stdlib/ml/incr/kmeans/lib/init_methods.json +++ b/lib/node_modules/@stdlib/ml/incr/kmeans/lib/init_methods.json @@ -1,5 +1,5 @@ [ - "forgy", - "sample", - "kmeans++" + "forgy", + "sample", + "kmeans++" ]