From 3673e3c59456a84ed45977e3e7fb6375407bd8b0 Mon Sep 17 00:00:00 2001 From: huyfei Date: Sun, 4 Feb 2024 11:43:00 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E4=BF=AE=E5=A4=8D=E5=88=86=E9=9A=94?= =?UTF-8?q?=E7=AC=A6=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Editor/GuruManager/Helper/GuruServiceConverterHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Editor/GuruManager/Helper/GuruServiceConverterHelper.cs b/Editor/GuruManager/Helper/GuruServiceConverterHelper.cs index 131d0b3..6572654 100644 --- a/Editor/GuruManager/Helper/GuruServiceConverterHelper.cs +++ b/Editor/GuruManager/Helper/GuruServiceConverterHelper.cs @@ -430,7 +430,7 @@ namespace Guru.Editor return false; } - private static string[] GetStringArray(string line, int startIndex = 0, int length = 0, string spliter = "\t") + private static string[] GetStringArray(string line, int startIndex = 0, int length = 0, char spliter = '\t') { if (IsInvalidLine(line)) return null;