fix: whitespace

This commit is contained in:
Maze Winther 2026-04-06 12:42:46 +02:00
parent 964ac82d5e
commit 2776adaae1
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ const FLAT_VALUE_EPSILON = 1e-6;
const LINEAR_CURVE_EPSILON = 1e-6;
export type GraphEditorUnavailableReason =
| "no-keyframe-selected"
| "no-keyframe-selected"
| "multiple-keyframes-selected"
| "selected-element-missing"
| "selected-element-has-no-animations"