Skip to content

Commit 3fa5f3f

Browse files
committed
formatting
1 parent dc6d427 commit 3fa5f3f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/devtools_app/test/screens/inspector/layout_explorer/flex/arrow_test.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ import 'package:flutter_test/flutter_test.dart';
1010
import '../../../../test_infra/matchers/matchers.dart';
1111

1212
void main() {
13-
const relativeGoldenPath = '../../../../test_infra/goldens/inspector/layout_explorer/flex';
13+
const relativeGoldenPath =
14+
'../../../../test_infra/goldens/inspector/layout_explorer/flex';
1415

1516
group('Arrow Golden Tests', () {
1617
group('Unidirectional', () {

packages/devtools_app/test/screens/inspector/layout_explorer/flex/flex_test.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ import '../../../../test_infra/matchers/matchers.dart';
1818
// https://github.com/flutter/devtools/issues/1403
1919
void main() {
2020
const windowSize = Size(1750, 1750);
21-
const relativeGoldenPath = '../../../../test_infra/goldens/inspector/layout_explorer/flex';
21+
const relativeGoldenPath =
22+
'../../../../test_infra/goldens/inspector/layout_explorer/flex';
2223

2324
Map<String, Object> buildDiagnosticsNodeJson(Axis axis) => jsonDecode('''
2425
{

0 commit comments

Comments
 (0)