Skip to content

Commit 539f4bf

Browse files
committed
add eol
1 parent 969265c commit 539f4bf

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Flow.Launcher.Core/Plugin/PluginAssemblyLoader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ internal bool ExistsInReferencedPluginPackage(AssemblyName assemblyName)
5454
return referencedPluginPackageDependencyResolver.ResolveAssemblyToPath(assemblyName) != null;
5555
}
5656
}
57-
}
57+
}

Flow.Launcher.Core/Plugin/PluginsLoader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,4 @@ public static IEnumerable<PluginPair> ExecutablePlugins(IEnumerable<PluginMetada
183183
});
184184
}
185185
}
186-
}
186+
}

Flow.Launcher.Plugin/IAsyncPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ public interface IAsyncPlugin
2828
/// <returns></returns>
2929
Task InitAsync(PluginInitContext context);
3030
}
31-
}
31+
}

Flow.Launcher.Plugin/IPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ public interface IPlugin
2828
/// <param name="context"></param>
2929
void Init(PluginInitContext context);
3030
}
31-
}
31+
}

Flow.Launcher.Plugin/Interfaces/IAsyncReloadable.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ public interface IAsyncReloadable
1717
{
1818
Task ReloadDataAsync();
1919
}
20-
}
20+
}

0 commit comments

Comments
 (0)