Formatting.

This commit is contained in:
Jeff Young 2024-03-16 12:00:03 +00:00
parent a4062ade3d
commit 116908c088
2 changed files with 15 additions and 14 deletions

View File

@ -211,7 +211,8 @@ void SCH_COMMIT::pushSchEdit( const wxString& aMessage, int aCommitFlags )
if( schItem->IsSelected() )
selectedModified = true;
auto updateConnectivityFlag = [&, this]()
auto updateConnectivityFlag =
[&]()
{
if( schItem->IsConnectable() )
{