From 6f1c27fada8912f9bc341063f30e13b2aa9ac2aa Mon Sep 17 00:00:00 2001 From: Jonathan Percival Date: Tue, 15 Oct 2024 11:24:48 -0600 Subject: [PATCH] Fix formatting --- .../src/test/java/org/opencds/cqf/fhir/cql/EnginesTest.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cqf-fhir-cql/src/test/java/org/opencds/cqf/fhir/cql/EnginesTest.java b/cqf-fhir-cql/src/test/java/org/opencds/cqf/fhir/cql/EnginesTest.java index a173fc61c..ebe7e750b 100644 --- a/cqf-fhir-cql/src/test/java/org/opencds/cqf/fhir/cql/EnginesTest.java +++ b/cqf-fhir-cql/src/test/java/org/opencds/cqf/fhir/cql/EnginesTest.java @@ -47,9 +47,7 @@ void npmProcessor() { var igContext = new IGContext(new LoggerAdapter(log)); igContext.initializeFromIni("todo.ini"); - var settings = EvaluationSettings - .getDefault() - .toBuilder() + var settings = EvaluationSettings.getDefault().toBuilder() .npmProcessor(new NpmProcessor(igContext)) .build();