Skip to content

Commit 0348cb5

Browse files
committed
Fix lint
1 parent 7a9e8eb commit 0348cb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/fleather/lib/src/widgets/embed_registry.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class EmbedRegistry {
4444
if (_registry.containsKey(config.key)) {
4545
throw ArgumentError('${config.key} was already registered');
4646
}
47-
return EmbedRegistry._(Map.from(this._registry)..[config.key] = config);
47+
return EmbedRegistry._(Map.from(_registry)..[config.key] = config);
4848
}
4949

5050
/// Retrieve from registry the [SpanEmbedConfiguration] corresponding to a

0 commit comments

Comments
 (0)