Skip to content

Commit c19e9ad

Browse files
committed
Fix format
1 parent 74d6016 commit c19e9ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/ViewModels/SettingsViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ private void AddIndexSearchExcludePaths()
363363
if (container is null) return;
364364

365365
var folderBrowserDialog = new FolderBrowserDialog();
366-
366+
367367
if (folderBrowserDialog.ShowDialog() != DialogResult.OK)
368368
return;
369369

0 commit comments

Comments
 (0)