Skip to content

Commit 9b779d9

Browse files
committed
Add curly bracket
1 parent 6210454 commit 9b779d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Flow.Launcher.Infrastructure/Alphabet.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ public string Translate(string content)
4747
}
4848
}
4949
else
50+
{
5051
return _pinyinCache[content];
52+
}
5153
}
5254
else
5355
{

0 commit comments

Comments
 (0)