Python: fix formatting

This commit is contained in:
Rasmus Lerchedahl Petersen
2020-07-31 14:25:09 +02:00
parent 29493f5bd7
commit e13cf2e126

View File

@@ -1,9 +1,9 @@
/**
* @kind path-problem
*/
* @kind path-problem
*/
import experimental.dataflow.testConfig
import DataFlow::PathGraph
import experimental.dataflow.testConfig
import DataFlow::PathGraph
from TestConfiguration config, DataFlow::PathNode source, DataFlow::PathNode sink
where config.hasFlowPath(source, sink)