Skip to content

Commit b6a9ec4

Browse files
committed
dart format
1 parent c1df029 commit b6a9ec4

3 files changed

Lines changed: 0 additions & 4 deletions

File tree

app_dart/test/service/log_analyzer_test.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ void main() {
2929
modelName: 'gemini-3-flash-preview',
3030
);
3131

32-
3332
// Expect a StateError or similar when trying to use a model without the plugin.
3433
// Genkit throws StateError when looking up a model that isn't registered.
3534
expect(

dashboard/test/views/presubmit_view_test.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,6 @@ void main() {
563563
},
564564
);
565565

566-
567566
testWidgets(
568567
'PreSubmitView automatically selects latest SHA and updates sidebar when opened with PR only',
569568
(WidgetTester tester) async {

packages/cocoon_common/lib/src/rpc_model/presubmit_job_response.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ final class PresubmitJobResponse extends Model {
7171
/// The log analysis result.
7272
final String? logAnalysis;
7373

74-
75-
7674
@override
7775
Map<String, Object?> toJson() => _$PresubmitJobResponseToJson(this);
7876
}

0 commit comments

Comments
 (0)