qol: formatting
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Disco.Services.Plugins
|
||||
{
|
||||
private Lazy<WebPageHelper<T>> _plugin;
|
||||
|
||||
public PluginManifest Manifest {get;private set;}
|
||||
public PluginManifest Manifest { get; private set; }
|
||||
public WebPageHelper<T> Plugin
|
||||
{
|
||||
get
|
||||
@@ -20,7 +20,8 @@ namespace Disco.Services.Plugins
|
||||
var self = GetType();
|
||||
Manifest = Plugins.GetPlugin(self.Assembly);
|
||||
|
||||
_plugin = new Lazy<WebPageHelper<T>>(() => {
|
||||
_plugin = new Lazy<WebPageHelper<T>>(() =>
|
||||
{
|
||||
if (Context == null)
|
||||
throw new InvalidOperationException("The WebViewPage Context property is not initialized");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user