Skip to content

Commit 65afe58

Browse files
committed
fix pubspec warning for CI to pass
1 parent b715a5c commit 65afe58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/model.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4480,7 +4480,7 @@ abstract class ModelElement extends Canonicalization
44804480
bool wasDeprecated = false;
44814481
if (positionalArgs.length == 4) {
44824482
// Supports the original form of the animation tag for backward
4483-
// compatibility.`
4483+
// compatibility.
44844484
uniqueId = positionalArgs.removeAt(0);
44854485
wasDeprecated = true;
44864486
} else if (positionalArgs.length == 3) {

0 commit comments

Comments
 (0)