Skip to content

Commit f472822

Browse files
authored
Merge pull request #804 from HandyOrg/t/bot/fix-codeformatting
[Bot] Automated PR to fix formatting errors
2 parents c614700 + ce03653 commit f472822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/HandyControl_Shared/Controls/Other/AnimationPath.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ private void UpdatePath()
154154

155155
var frameOut = new LinearDoubleKeyFrame
156156
{
157-
Value = FillBehavior == FillBehavior.Stop ? - _pathLength : 0,
157+
Value = FillBehavior == FillBehavior.Stop ? -_pathLength : 0,
158158
KeyTime = KeyTime.FromTimeSpan(Duration.TimeSpan)
159159
};
160160
frames.KeyFrames.Add(frameOut);

0 commit comments

Comments
 (0)