From 4bf5b2e0a8f39bb9aed382e130a7e440f820ae34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=98=E9=9F=AC=20=E5=BC=A0?= Date: Mon, 19 Oct 2020 20:40:22 +0800 Subject: [PATCH] Add curly bracket --- Flow.Launcher.Infrastructure/Alphabet.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher.Infrastructure/Alphabet.cs b/Flow.Launcher.Infrastructure/Alphabet.cs index 1d0ed93de..1b87dff73 100644 --- a/Flow.Launcher.Infrastructure/Alphabet.cs +++ b/Flow.Launcher.Infrastructure/Alphabet.cs @@ -47,7 +47,7 @@ namespace Flow.Launcher.Infrastructure } } else - return _pinyinCache[content]; + return (_pinyinCache[content]); } else {