Skip to content

Commit cc11b14

Browse files
authored
[rfw,flutter_markdown] Apparently you need a comma to end an //ignore (flutter#5582)
This is already covered by the existing changelog.
1 parent ca16173 commit cc11b14

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/flutter_markdown/lib/src/builder.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
// ignore: unnecessary_import (see https://github.com/flutter/flutter/pull/138881)
5+
// ignore: unnecessary_import, see https://github.com/flutter/flutter/pull/138881
66
import 'dart:ui';
77

88
import 'package:flutter/gestures.dart';

packages/rfw/lib/src/flutter/argument_decoders.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// This file is hand-formatted.
1010

1111
import 'dart:math' as math show pi;
12-
// ignore: unnecessary_import (see https://github.com/flutter/flutter/pull/138881)
12+
// ignore: unnecessary_import, see https://github.com/flutter/flutter/pull/138881
1313
import 'dart:ui' show FontFeature; // TODO(ianh): https://github.com/flutter/flutter/issues/87235
1414

1515
import 'package:flutter/material.dart';

packages/rfw/lib/src/flutter/core_widgets.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
// This file is hand-formatted.
1010

11-
// ignore: unnecessary_import (see https://github.com/flutter/flutter/pull/138881)
11+
// ignore: unnecessary_import, see https://github.com/flutter/flutter/pull/138881
1212
import 'dart:ui' show FontFeature;
1313

1414
import 'package:flutter/gestures.dart' show DragStartBehavior;

0 commit comments

Comments
 (0)