Skip to content

Commit 4a1e76c

Browse files
committed
spotless
1 parent 3673c13 commit 4a1e76c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/ca/uhn/fhir/jpa/starter/cr/CrProperties.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ public class CrProperties {
1111

1212
private CareGapsProperties careGaps = new CareGapsProperties();
1313
private CqlProperties cql = new CqlProperties();
14-
private TerminologyServerClientSettings terminologyServerClientSettings = TerminologyServerClientSettings.getDefault();
14+
private TerminologyServerClientSettings terminologyServerClientSettings =
15+
TerminologyServerClientSettings.getDefault();
1516

1617
public Boolean getEnabled() {
1718
return enabled;

0 commit comments

Comments
 (0)