From 96586d8a85430377144fa298f740974d1def81fb Mon Sep 17 00:00:00 2001 From: SuYaSh-PaThAk04 Date: Thu, 29 Jan 2026 13:47:08 +0530 Subject: [PATCH] chore: fix EditorConfig lint errors (issue #9964) --- .../base/ctor/lib/props/line-style/line_styles.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/node_modules/@stdlib/plot/base/ctor/lib/props/line-style/line_styles.json b/lib/node_modules/@stdlib/plot/base/ctor/lib/props/line-style/line_styles.json index 94d97ef15ffa..cf2ac738b711 100644 --- a/lib/node_modules/@stdlib/plot/base/ctor/lib/props/line-style/line_styles.json +++ b/lib/node_modules/@stdlib/plot/base/ctor/lib/props/line-style/line_styles.json @@ -1,7 +1,7 @@ [ - "-", - "--", - ":", - "-.", - "none" + "-", + "--", + ":", + "-.", + "none" ]