mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 02:30:13 +00:00
Further stylistic tweaks
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Microsoft.AspNetCore.SpaServices.Prerendering
|
||||
{
|
||||
public JavaScriptModuleExport(string moduleName)
|
||||
{
|
||||
this.ModuleName = moduleName;
|
||||
ModuleName = moduleName;
|
||||
}
|
||||
|
||||
public string ModuleName { get; private set; }
|
||||
|
||||
Reference in New Issue
Block a user