fix const alignment

This commit is contained in:
Dennis Eichhorn 2020-09-01 07:38:03 +02:00
parent 77a6fd48f9
commit 1425b7feed

View File

@ -28,5 +28,5 @@ abstract class LinkType extends Enum
{
public const CATEGORY = 0;
public const LINK = 1;
public const LINK = 1;
}