Skip to content

Commit b451026

Browse files
committed
fixup: spotless
Signed-off-by: Todd Baert <[email protected]>
1 parent 5e85dee commit b451026

File tree

1 file changed

+1
-2
lines changed
  • providers/flagd/src/main/java/dev/openfeature/contrib/providers/flagd/resolver/process/storage/connector/sync

1 file changed

+1
-2
lines changed

providers/flagd/src/main/java/dev/openfeature/contrib/providers/flagd/resolver/process/storage/connector/sync/SyncStreamQueueSource.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,7 @@ private void enqueueError(String message) {
178178
}
179179

180180
private static void enqueueError(BlockingQueue<QueuePayload> queue, String message) {
181-
if (!queue.offer(new QueuePayload(
182-
QueuePayloadType.ERROR, message, null))) {
181+
if (!queue.offer(new QueuePayload(QueuePayloadType.ERROR, message, null))) {
183182
log.error("Failed to convey ERROR status, queue is full");
184183
}
185184
}

0 commit comments

Comments
 (0)