Skip to content

Commit 662180b

Browse files
committed
Fix format
1 parent 0eb5e0b commit 662180b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Flow.Launcher/PublicAPIInstance.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public void ShowMsgWithButton(string title, string buttonText, Action buttonActi
145145
ShowMsgWithButton(title, buttonText, buttonAction, subTitle, iconPath);
146146

147147
public void ShowMsgWithButton(string title, string buttonText, Action buttonAction, string subTitle, string iconPath, bool useMainWindowAsOwner = true)
148-
{
148+
{
149149
Notification.ShowWithButton(title, buttonText, buttonAction, subTitle, iconPath);
150150
}
151151

0 commit comments

Comments
 (0)