Skip to content

Commit 7bcde06

Browse files
committed
Fix format
1 parent 5ee2c3a commit 7bcde06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Collections.Generic;
33
using System.Collections.ObjectModel;
44
using System.ComponentModel;
@@ -622,7 +622,7 @@ public interface IPublicAPI
622622
/// Invoked when the actual theme of the application has changed. Currently, the plugin will continue to be subscribed even if it is turned off.
623623
/// </summary>
624624
event ActualApplicationThemeChangedEventHandler ActualApplicationThemeChanged;
625-
625+
626626
/// <summary>
627627
/// Get the user data directory of Flow Launcher.
628628
/// </summary>

0 commit comments

Comments
 (0)