Add curly bracket

This commit is contained in:
弘韬 张 2020-10-19 20:40:22 +08:00
parent 6210454bbd
commit 4bf5b2e0a8

View file

@ -47,7 +47,7 @@ namespace Flow.Launcher.Infrastructure
}
}
else
return _pinyinCache[content];
return (_pinyinCache[content]);
}
else
{