fix formatting in label encoding query

This commit is contained in:
tombolton
2022-03-18 10:40:04 +00:00
parent 601c55ea5d
commit 0122e50ade

View File

@@ -8,4 +8,5 @@
import experimental.adaptivethreatmodeling.EndpointTypes
from EndpointType type
select type.getEncoding() as encodingTypeEncoded, type.getDescription() as endpointType order by encodingTypeEncoded
select type.getEncoding() as encodingTypeEncoded, type.getDescription() as endpointType order by
encodingTypeEncoded