Skip to content

Commit b0611b9

Browse files
committed
Fix formatting of DecryptRequestOptions builder
Signed-off-by: Siri Varma Vegiraju <siri.varma@outlook.com>
1 parent 9ac2058 commit b0611b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/src/main/java/io/dapr/client/DaprClientImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2257,7 +2257,7 @@ public void onCompleted() {
22572257

22582258
// Build options for the first message
22592259
DaprProtos.DecryptRequestOptions.Builder optionsBuilder = DaprProtos.DecryptRequestOptions.newBuilder()
2260-
.setComponentName(request.getComponentName())
2260+
.setComponentName(request.getComponentName());
22612261

22622262
if (request.getKeyName() != null && !request.getKeyName().isEmpty()) {
22632263
optionsBuilder.setKeyName(request.getKeyName());

0 commit comments

Comments
 (0)