Skip to content

Commit 045632a

Browse files
committed
Fix formatting in display_provider.dart
1 parent 2e0280e commit 045632a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/devtools_app/lib/src/shared/console/widgets/display_provider.dart

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ class OverflowingText extends StatelessWidget {
6060
}
6161
}
6262

63-
6463
class _DisplayProviderState extends State<DisplayProvider> {
6564
bool isHovered = false;
6665
@override
@@ -279,10 +278,7 @@ class DapDisplayProvider extends StatelessWidget {
279278
TextSpan(text: ': ', style: theme.fixedFontStyle),
280279
// TODO(https://github.com/flutter/devtools/issues/6056): Change text
281280
// style based on variable type.
282-
TextSpan(
283-
text: value,
284-
style: theme.subtleFixedFontStyle,
285-
),
281+
TextSpan(text: value, style: theme.subtleFixedFontStyle),
286282
],
287283
),
288284
);

0 commit comments

Comments
 (0)