Skip to content

Commit 0c8d0c3

Browse files
committed
Format.
1 parent 4ec7225 commit 0c8d0c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/builders/synthetic_builder.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ abstract class SyntheticBuilder implements Builder {
146146
/// * If a file B includes a file A, then A will be appear
147147
/// before B.
148148
/// * Throws [ErrorOf] if a dependency cycle is detected and at least
149-
/// two input files import each other (directly or indirectly).
149+
/// two input files import each other (directly or indirectly).
150150
Future<Set<AssetId>> orderedLibraryAssetIds(BuildStep buildStep) async {
151151
final assetGraph = DirectedGraph<AssetId>(
152152
{},

0 commit comments

Comments
 (0)