Skip to content

Commit 2cc4e84

Browse files
committed
alignment no logic changes
1 parent d1be135 commit 2cc4e84

File tree

1 file changed

+4
-4
lines changed
  • Plugins/Flow.Launcher.Plugin.Program/Programs

1 file changed

+4
-4
lines changed

Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -331,10 +331,10 @@ private static ParallelQuery<Win32> StartMenuPrograms(string[] suffixes)
331331
.Where(t1 => !disabledProgramsList.Any(x => x.UniqueIdentifier == t1))
332332
.Distinct()
333333
.Select(x => Extension(x) switch
334-
{
335-
ShortcutExtension => LnkProgram(x),
336-
_ => Win32Program(x)
337-
}).Where(x => x.Valid);
334+
{
335+
ShortcutExtension => LnkProgram(x),
336+
_ => Win32Program(x)
337+
}).Where(x => x.Valid);
338338
return programs;
339339
}
340340

0 commit comments

Comments
 (0)