Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Dartfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
natebosch committed Nov 7, 2020
1 parent 9222e13 commit b9a7202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/rules/prefer_collection_literals.dart
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class _Visitor extends SimpleAstVisitor<void> {
}

/// Returns the static type which is pushed into an expression by it's parent.
DartType/*?*/ _enforcedType(AstNode parent) {
DartType /*?*/ _enforcedType(AstNode parent) {
if (parent is VariableDeclaration) {
var parent2 = parent.parent;
if (parent2 is VariableDeclarationList) {
Expand Down

0 comments on commit b9a7202

Please sign in to comment.