From c71747d4ef59449b14648b2c6ac9679c3da9da0d Mon Sep 17 00:00:00 2001 From: Cheryl Date: Sat, 23 Oct 2021 19:33:23 -0700 Subject: [PATCH] Remove comment --- lib/src/widgets/quill_single_child_scroll_view.dart | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/src/widgets/quill_single_child_scroll_view.dart b/lib/src/widgets/quill_single_child_scroll_view.dart index df5cd220..a226f2b8 100644 --- a/lib/src/widgets/quill_single_child_scroll_view.dart +++ b/lib/src/widgets/quill_single_child_scroll_view.dart @@ -1,7 +1,3 @@ -// Copyright 2014 The Flutter Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - import 'dart:math' as math; import 'package:flutter/material.dart';