Skip to content

Commit fbcb73e

Browse files
committed
Fix spurious IntelliJ warning
Intellij doesn't like the '+' on the next line, so move it up
1 parent a8f6ec4 commit fbcb73e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

driver-reactive-streams/src/test/functional/com/mongodb/reactivestreams/client/ClientSideEncryptionBsonSizeLimitsSpecification.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ class ClientSideEncryptionBsonSizeLimitsSpecification extends FunctionalSpecific
6262
WriteConcern.MAJORITY)
6363

6464
def providerProperties =
65-
['local': ['key': Base64.getDecoder().decode('Mng0NCt4ZHVUYUJCa1kxNkVyNUR1QURhZ2h2UzR2d2RrZzh0cFBwM3R6NmdWMDFBMUN'
66-
+ '3YkQ5aXRRMkhGRGdQV09wOGVNYUMxT2k3NjZKelhaQmRCZGJkTXVyZG9uSjFk')]
65+
['local': ['key': Base64.getDecoder().decode('Mng0NCt4ZHVUYUJCa1kxNkVyNUR1QURhZ2h2UzR2d2RrZzh0cFBwM3R6NmdWMDFBMUN' +
66+
'3YkQ5aXRRMkhGRGdQV09wOGVNYUMxT2k3NjZKelhaQmRCZGJkTXVyZG9uSjFk')]
6767
]
6868

6969
autoEncryptingClient = MongoClients.create(getMongoClientBuilderFromConnectionString()

0 commit comments

Comments
 (0)