diff --git a/drift_dev/lib/src/lints/unawaited_futures_in_transaction.dart b/drift_dev/lib/src/lints/unawaited_futures_in_transaction.dart index efe9f406b..a537bce5a 100644 --- a/drift_dev/lib/src/lints/unawaited_futures_in_transaction.dart +++ b/drift_dev/lib/src/lints/unawaited_futures_in_transaction.dart @@ -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 { final LintRule rule; final ErrorReporter reporter;