Skip to content

Commit 1c73ab6

Browse files
committed
formatting
1 parent a242858 commit 1c73ab6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • dogstatsd-http-forwarder/src/main/java/com/datadoghq/dogstatsd/http/forwarder

dogstatsd-http-forwarder/src/main/java/com/datadoghq/dogstatsd/http/forwarder/Forwarder.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ void handleResponse(int code, Map.Entry<BoundedQueue.Key, byte[]> item)
158158
}
159159
}
160160

161-
void handleTransportError(Map.Entry<BoundedQueue.Key, byte[]> item) throws InterruptedException {
161+
void handleTransportError(Map.Entry<BoundedQueue.Key, byte[]> item)
162+
throws InterruptedException {
162163
telemetry.onTransportError(item.getValue().length);
163164
increaseBackoff();
164165
queue.requeue(item);

0 commit comments

Comments
 (0)