Skip to content

Commit 1966511

Browse files
pqCommit Queue
authored and
Commit Queue
committed
remove unnecessary library names
Fixes generated using `dart fix --code=unnecessary_library_name --apply` See conversation in https://github.com/dart-lang/lints/issues/181 Change-Id: Id2b975e4aa27348d8883f1aea22e00dd9f4fc493 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/359322 Reviewed-by: Konstantin Shcheglov <[email protected]> Commit-Queue: Phil Quitslund <[email protected]>
1 parent a19c07f commit 1966511

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/analyzer/lib/src/summary/base.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
/// Base functionality which code generated summary classes are built upon.
6-
library analyzer.src.summary.base;
6+
library;
77

88
/// Annotation used in the summary IDL to indicate the id of a field. The set
99
/// of ids used by a class must cover the contiguous range from 0 to N-1, where

pkg/linter/lib/src/util/ascii_utils.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/// Ultimately we should consider carefully when we use RegExps where a simple
77
/// loop would do (and would do so far more performantly).
88
/// See: https://github.com/dart-lang/linter/issues/1828
9-
library ascii_utils;
9+
library;
1010

1111
import 'charcodes.dart';
1212

0 commit comments

Comments
 (0)