Skip to content

Commit b0d29be

Browse files
taoocerosjjw24
andauthored
Update Plugins/Flow.Launcher.Plugin.WebSearch/Main.cs
Co-authored-by: Jeremy Wu <[email protected]>
1 parent 267b79a commit b0d29be

File tree

1 file changed

+1
-3
lines changed
  • Plugins/Flow.Launcher.Plugin.WebSearch

1 file changed

+1
-3
lines changed

Plugins/Flow.Launcher.Plugin.WebSearch/Main.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,7 @@ void Init()
166166
// Custom images directory is in the WebSearch's data location folder
167167
var name = Path.GetFileNameWithoutExtension(_context.CurrentPluginMetadata.ExecuteFileName);
168168
CustomImagesDirectory = Path.Combine(DataLocation.PluginSettingsDirectory, name, "CustomIcons");
169-
}
170-
171-
;
169+
};
172170
}
173171

174172
#region ISettingProvider Members

0 commit comments

Comments
 (0)