mirror of
https://github.com/github/codeql.git
synced 2026-06-25 14:47:04 +02:00
Fix formatting
This commit is contained in:
@@ -179,10 +179,11 @@ private predicate protectedCaller(ExternalJob caller, Event event, string catego
|
||||
}
|
||||
|
||||
cached
|
||||
private newtype TCallerState = MkCallerState(ExternalJob caller, Event event, string category) {
|
||||
caller.getATriggerEvent() = event and
|
||||
category = any_category()
|
||||
}
|
||||
private newtype TCallerState =
|
||||
MkCallerState(ExternalJob caller, Event event, string category) {
|
||||
caller.getATriggerEvent() = event and
|
||||
category = any_category()
|
||||
}
|
||||
|
||||
private class CallerState extends TCallerState, MkCallerState {
|
||||
ExternalJob caller;
|
||||
|
||||
Reference in New Issue
Block a user