From beecb74fd2ad7988a8595281873ff98669100ef3 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Mon, 15 Jun 2026 10:31:46 -0400 Subject: [PATCH] Runic-format test/qa/qa.jl The Runic format check on main fails because `test/qa/qa.jl` (added in PR #49) was not Runic-formatted. Reformat the multi-line `run_qa(...)` call to satisfy Runic 1.7.0. No behavior change. Co-Authored-By: Chris Rackauckas Co-Authored-By: Claude Opus 4.8 (1M context) --- test/qa/qa.jl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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) +)