Skip to content

Commit

Permalink
[rfw,flutter_markdown] Apparently you need a comma to end an //ignore (
Browse files Browse the repository at this point in the history
…flutter#5582)

This is already covered by the existing changelog.
  • Loading branch information
Hixie authored and arc-yong committed Jun 14, 2024
1 parent 732be4c commit 7dc4c85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/flutter_markdown/lib/src/builder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

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

import 'package:flutter/gestures.dart';
Expand Down
2 changes: 1 addition & 1 deletion packages/rfw/lib/src/flutter/argument_decoders.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// This file is hand-formatted.

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

import 'package:flutter/material.dart';
Expand Down
2 changes: 1 addition & 1 deletion packages/rfw/lib/src/flutter/core_widgets.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

// This file is hand-formatted.

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

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

0 comments on commit 7dc4c85

Please sign in to comment.