We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b715a5c commit 65afe58Copy full SHA for 65afe58
lib/src/model.dart
@@ -4480,7 +4480,7 @@ abstract class ModelElement extends Canonicalization
4480
bool wasDeprecated = false;
4481
if (positionalArgs.length == 4) {
4482
// Supports the original form of the animation tag for backward
4483
- // compatibility.`
+ // compatibility.
4484
uniqueId = positionalArgs.removeAt(0);
4485
wasDeprecated = true;
4486
} else if (positionalArgs.length == 3) {
0 commit comments