mirror of
https://github.com/github/codeql.git
synced 2026-05-21 06:37:10 +02:00
fix formatting in label encoding query
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user