Skip to content

Commit ab21b9a

Browse files
committed
Format the code
1 parent ecda4a5 commit ab21b9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/DesignBindingPicker.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -419,10 +419,10 @@ public DesignBindingPicker()
419419
FillTree(initialSelectedItem);
420420

421421
// Set initial state of the various sub-panels
422-
_addNewPanel.Visible = (showDataSources
422+
_addNewPanel.Visible = showDataSources
423423
&& _dataSourceProviderService is not null
424-
&& _dataSourceProviderService.SupportsAddNewDataSource);
425-
_helpTextPanel.Visible = (showDataSources);
424+
&& _dataSourceProviderService.SupportsAddNewDataSource;
425+
_helpTextPanel.Visible = showDataSources;
426426

427427
// Set initial help text in help pane
428428
UpdateHelpText(null);

0 commit comments

Comments
 (0)