Skip to content

Commit

Permalink
attr dart code
Browse files Browse the repository at this point in the history
  • Loading branch information
dickermoshe committed Oct 14, 2024
1 parent 9c15c48 commit cc7a197
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class UnawaitedFuturesInTransaction extends DartLintRule {
// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// Source: https://github.com/dart-lang/sdk/blob/main/pkg/linter/lib/src/rules/unawaited_futures.dart
class _Visitor extends SimpleAstVisitor<void> {
final LintRule rule;
final ErrorReporter reporter;
Expand Down

0 comments on commit cc7a197

Please sign in to comment.