Skip to content

Commit 4f9a84d

Browse files
committed
spotless
1 parent 0690d80 commit 4f9a84d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/ca/uhn/fhir/jpa/starter/cdshooks/UpdatedCdsCrService.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
public class UpdatedCdsCrService extends CdsCrService {
1515
private final IAdapterFactory adapterFactory;
1616

17-
public UpdatedCdsCrService(
18-
RequestDetails theRequestDetails, IRepository theRepository) {
17+
public UpdatedCdsCrService(RequestDetails theRequestDetails, IRepository theRepository) {
1918
super(theRequestDetails, theRepository);
2019
adapterFactory = IAdapterFactory.forFhirContext(theRepository.fhirContext());
2120
}

0 commit comments

Comments
 (0)