diff --git a/test/qa/qa.jl b/test/qa/qa.jl index 1c69ace..b21787c 100644 --- a/test/qa/qa.jl +++ b/test/qa/qa.jl @@ -1,5 +1,7 @@ using ProcessSimulator, Aqua, JET using SciMLTesting -run_qa(ProcessSimulator; Aqua = Aqua, JET = JET, jet = true, - jet_kwargs = (; target_defined_modules = true)) +run_qa( + ProcessSimulator; Aqua = Aqua, JET = JET, jet = true, + jet_kwargs = (; target_defined_modules = true) +)