Skip to content

Commit

Permalink
Merge pull request #804 from HandyOrg/t/bot/fix-codeformatting
Browse files Browse the repository at this point in the history
[Bot] Automated PR to fix formatting errors
  • Loading branch information
NaBian authored Apr 25, 2021
2 parents c614700 + ce03653 commit f472822
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ private void UpdatePath()

var frameOut = new LinearDoubleKeyFrame
{
Value = FillBehavior == FillBehavior.Stop ? - _pathLength : 0,
Value = FillBehavior == FillBehavior.Stop ? -_pathLength : 0,
KeyTime = KeyTime.FromTimeSpan(Duration.TimeSpan)
};
frames.KeyFrames.Add(frameOut);
Expand Down

0 comments on commit f472822

Please sign in to comment.