Skip to content

Commit 730df7a

Browse files
authored
Format _empty.dart (flutter#57144)
When `dartfmt` formatted `_empty.dart` it formatted it with a trailing newline, which then makes the license script angry. Rather then treating `_empty.dart` special, this just makes it a regular source file with header and everything.
1 parent 590985b commit 730df7a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

ci/licenses_golden/licenses_flutter

+2
Original file line numberDiff line numberDiff line change
@@ -45301,6 +45301,7 @@ ORIGIN: ../../../flutter/shell/profiling/sampling_profiler.h + ../../../flutter/
4530145301
ORIGIN: ../../../flutter/shell/version/version.cc + ../../../flutter/LICENSE
4530245302
ORIGIN: ../../../flutter/shell/version/version.h + ../../../flutter/LICENSE
4530345303
ORIGIN: ../../../flutter/shell/vmservice/empty.dart + ../../../flutter/LICENSE
45304+
ORIGIN: ../../../flutter/sky/packages/sky_engine/lib/_empty.dart + ../../../flutter/LICENSE
4530445305
ORIGIN: ../../../flutter/third_party/accessibility/base/color_utils.h + ../../../flutter/LICENSE
4530545306
ORIGIN: ../../../flutter/third_party/accessibility/base/compiler_specific.h + ../../../flutter/LICENSE
4530645307
ORIGIN: ../../../flutter/third_party/accessibility/base/container_utils.h + ../../../flutter/LICENSE
@@ -48266,6 +48267,7 @@ FILE: ../../../flutter/shell/profiling/sampling_profiler.h
4826648267
FILE: ../../../flutter/shell/version/version.cc
4826748268
FILE: ../../../flutter/shell/version/version.h
4826848269
FILE: ../../../flutter/shell/vmservice/empty.dart
48270+
FILE: ../../../flutter/sky/packages/sky_engine/lib/_empty.dart
4826948271
FILE: ../../../flutter/third_party/accessibility/base/color_utils.h
4827048272
FILE: ../../../flutter/third_party/accessibility/base/compiler_specific.h
4827148273
FILE: ../../../flutter/third_party/accessibility/base/container_utils.h
+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Copyright 2013 The Flutter Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file.

0 commit comments

Comments
 (0)