Correct formatting of _pagesWithModules declaration

This commit is contained in:
Cody
2023-12-15 10:47:41 -08:00
committed by GitHub
parent 9d646b2eed
commit cafc70f1c9

View File

@ -254,8 +254,7 @@
private DateTime _createdon;
private string _modifiedby;
private DateTime _modifiedon;
private List<Page> _pagesWithModules
;
private List<Page> _pagesWithModules;
#pragma warning disable 649
private PermissionGrid _permissionGrid;