Skip to content

Commit cbcebad

Browse files
committed
Improve code quality
1 parent 22fb5b1 commit cbcebad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public bool NeedCreateSettingPanel()
154154

155155
public Control CreateSettingPanel()
156156
{
157-
if (!NeedCreateSettingPanel()) return null;
157+
if (!NeedCreateSettingPanel()) return null!;
158158

159159
// Create main grid with two columns (Column 1: Auto, Column 2: *)
160160
var mainPanel = new Grid { Margin = SettingPanelMargin, VerticalAlignment = VerticalAlignment.Center };

0 commit comments

Comments
 (0)