[rfw,flutter_markdown] Apparently you need a comma to end an //ignore (#5582)

This is already covered by the existing changelog.
This commit is contained in:
Ian Hickson
2023-12-06 10:31:01 -08:00
committed by GitHub
parent ca16173e67
commit cc11b14993
3 changed files with 3 additions and 3 deletions

View File

@ -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';

View File

@ -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';

View File

@ -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;