fix const alignment

This commit is contained in:
Dennis Eichhorn 2020-09-01 07:38:02 +02:00
parent 9c01b54fed
commit 4bc3ba3216

View File

@ -28,5 +28,5 @@ abstract class PermissionState extends Enum
{
public const CHECKLIST = 1;
public const TEMPLATE = 2;
public const TEMPLATE = 2;
}