Skip to content

Commit 49de1dc

Browse files
committed
checkStyle Formatting
1 parent 2a1e420 commit 49de1dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/http/push/AsyncHTTPPushRequest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public AsyncHTTPPushRequest(HandleMsgContext handleMsgContext,
9090

9191
@Override
9292
public void tryHTTPRequest() {
93-
String localAddress= IPUtils.getLocalAddress();
93+
String localAddress = IPUtils.getLocalAddress();
9494
currPushUrl = getUrl();
9595

9696
if (StringUtils.isBlank(currPushUrl)) {
@@ -188,7 +188,7 @@ public void tryHTTPRequest() {
188188

189189
WebhookUtil.setWebhookHeaders(builder, httpEntity.getContentType().getValue(),
190190
eventMeshHttpConfiguration.getEventMeshWebhookOrigin(),
191-
urlAuthType);
191+
urlAuthType);
192192

193193

194194
eventMeshHTTPServer.metrics.getSummaryMetrics().recordPushMsg();

0 commit comments

Comments
 (0)