Skip to content

Commit 4bf5b2e

Browse files
committed
Add curly bracket
1 parent 6210454 commit 4bf5b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Infrastructure/Alphabet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public string Translate(string content)
4747
}
4848
}
4949
else
50-
return _pinyinCache[content];
50+
return (_pinyinCache[content]);
5151
}
5252
else
5353
{

0 commit comments

Comments
 (0)