Skip to content

Commit f31a774

Browse files
James AgnewJames Agnew
authored andcommitted
Spotless
1 parent d0aa399 commit f31a774

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/main/java/ca/uhn/fhir/jpa/starter/common/FhirServerConfigCommon.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -291,14 +291,15 @@ public PartitionSettings partitionSettings(AppProperties appProperties) {
291291
retVal.setConditionalCreateDuplicateIdentifiersEnabled(
292292
appProperties.getPartitioning().getConditional_create_duplicate_identifiers_enabled());
293293

294-
ourLog.info("""
294+
ourLog.info(
295+
"""
295296
Partitioning is enabled on this server. Settings:
296297
* Database Partition Mode Enabled: {}
297298
* Default Partition ID : {}
298299
* Cross-Partition References : {}""",
299-
databasePartitionModeEnabled,
300-
defaultPartitionId,
301-
retVal.getAllowReferencesAcrossPartitions());
300+
databasePartitionModeEnabled,
301+
defaultPartitionId,
302+
retVal.getAllowReferencesAcrossPartitions());
302303

303304
} else {
304305
ourLog.info("Partitioning is not enabled on this server");

0 commit comments

Comments
 (0)