Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai committed Dec 14, 2024
1 parent be88e08 commit f7b9889
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Analogy.CommonControls/UserControls/LogMessagesUC.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3791,11 +3791,9 @@ public void HideSecondaryWindow()
dockPanel.Visibility = DockVisibility.Hidden;
}
}

public void ApplyCollapseFileAndFolderSettings()
{
CollapseFileAndFolderPanel?.Invoke(this, Settings.CollapseFolderAndFilesPanel);
}

}
}

0 comments on commit f7b9889

Please sign in to comment.