diff --git a/lib/src/cli/test_cli_runner.dart b/lib/src/cli/test_cli_runner.dart index 42123716a..d00c1d774 100644 --- a/lib/src/cli/test_cli_runner.dart +++ b/lib/src/cli/test_cli_runner.dart @@ -407,9 +407,7 @@ Future _testCommand({ stderr('$clearLine$testName $testPath (FAILED)'); } - final timeElapsed = Duration( - milliseconds: event.time, - ).formatted(); + final timeElapsed = Duration(milliseconds: event.time).formatted(); final stats = computeStats(); final truncatedTestName = testName.toSingleLine().truncated( _lineLength - (timeElapsed.length + stats.length + 2), @@ -418,9 +416,7 @@ Future _testCommand({ } if (event is DoneTestEvent) { - final timeElapsed = Duration( - milliseconds: event.time, - ).formatted(); + final timeElapsed = Duration(milliseconds: event.time).formatted(); final stats = computeStats(); final summary = event.success ?? false ? lightGreen.wrap('All tests passed!')! diff --git a/lib/src/pub_license/spdx_license.gen.dart b/lib/src/pub_license/spdx_license.gen.dart index 8f33a40bb..b1ad16a02 100644 --- a/lib/src/pub_license/spdx_license.gen.dart +++ b/lib/src/pub_license/spdx_license.gen.dart @@ -11,7 +11,7 @@ library spdx_license; /// {@template spdx_license} -/// A list of all 701 SPDX licenses. +/// A list of all 704 SPDX licenses. /// /// These have been automatically generated from the SPDX License brick. /// {@endtemplate} @@ -88,6 +88,7 @@ enum SpdxLicense { $BSD_3_Clause_No_Nuclear_Warranty._('BSD-3-Clause-No-Nuclear-Warranty'), $BSD_3_Clause_Open_MPI._('BSD-3-Clause-Open-MPI'), $BSD_3_Clause_Sun._('BSD-3-Clause-Sun'), + $BSD_3_Clause_Tso._('BSD-3-Clause-Tso'), $BSD_3_Clause_acpica._('BSD-3-Clause-acpica'), $BSD_3_Clause_flex._('BSD-3-Clause-flex'), $BSD_4_Clause._('BSD-4-Clause'), @@ -239,6 +240,7 @@ enum SpdxLicense { $EPICS._('EPICS'), $EPL_1_0._('EPL-1.0'), $EPL_2_0._('EPL-2.0'), + $ESA_PL_weak_copyleft_2_4._('ESA-PL-weak-copyleft-2.4'), $EUDatagrid._('EUDatagrid'), $EUPL_1_0._('EUPL-1.0'), $EUPL_1_1._('EUPL-1.1'), @@ -634,6 +636,7 @@ enum SpdxLicense { $W3C._('W3C'), $W3C_19980720._('W3C-19980720'), $W3C_20150513._('W3C-20150513'), + $WTFNMFPL._('WTFNMFPL'), $WTFPL._('WTFPL'), $Watcom_1_0._('Watcom-1.0'), $Widget_Workshop._('Widget-Workshop'), diff --git a/tool/spdx_license/test/spdx_license.gen.dart b/tool/spdx_license/test/spdx_license.gen.dart index c14211476..e4291252b 100644 --- a/tool/spdx_license/test/spdx_license.gen.dart +++ b/tool/spdx_license/test/spdx_license.gen.dart @@ -11,7 +11,7 @@ library spdx_license; /// {@template spdx_license} -/// A list of all 701 SPDX licenses. +/// A list of all 704 SPDX licenses. /// /// These have been automatically generated from the SPDX License brick. /// {@endtemplate} @@ -86,6 +86,7 @@ enum SpdxLicense { $BSD_3_Clause_No_Nuclear_Warranty._('BSD-3-Clause-No-Nuclear-Warranty'), $BSD_3_Clause_Open_MPI._('BSD-3-Clause-Open-MPI'), $BSD_3_Clause_Sun._('BSD-3-Clause-Sun'), + $BSD_3_Clause_Tso._('BSD-3-Clause-Tso'), $BSD_3_Clause_acpica._('BSD-3-Clause-acpica'), $BSD_3_Clause_flex._('BSD-3-Clause-flex'), $BSD_4_Clause._('BSD-4-Clause'), @@ -237,6 +238,7 @@ enum SpdxLicense { $EPICS._('EPICS'), $EPL_1_0._('EPL-1.0'), $EPL_2_0._('EPL-2.0'), + $ESA_PL_weak_copyleft_2_4._('ESA-PL-weak-copyleft-2.4'), $EUDatagrid._('EUDatagrid'), $EUPL_1_0._('EUPL-1.0'), $EUPL_1_1._('EUPL-1.1'), @@ -630,6 +632,7 @@ enum SpdxLicense { $W3C._('W3C'), $W3C_19980720._('W3C-19980720'), $W3C_20150513._('W3C-20150513'), + $WTFNMFPL._('WTFNMFPL'), $WTFPL._('WTFPL'), $Watcom_1_0._('Watcom-1.0'), $Widget_Workshop._('Widget-Workshop'),