Skip to content

Commit

Permalink
fix: lab format
Browse files Browse the repository at this point in the history
  • Loading branch information
InuInu2022 committed Sep 12, 2023
1 parent 3123942 commit cc8639e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LibSasara.VoiSona/Model/Talk/Utterance.cs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ private LibSasara.Model.Lab BuildLabFromSpan(ReadOnlySpan<string> pd)
var cap = 30 * pd.Length;
var sb = new StringBuilder(cap);
decimal time = 0m;
const decimal x = 100000m;
const decimal x = 10000000m;
for (var i = 0; i < pd.Length; i++)
{
var s = time;
Expand Down

0 comments on commit cc8639e

Please sign in to comment.