Skip to content

Commit

Permalink
style: Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
JCHacking authored Apr 17, 2024
1 parent 4cea47f commit ed47d7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public void postNotification(
String url = prepareUrl(notifType, statusNotifier);

Map<String, String> headers = new HashMap<>();
if(config.getHeaderPrefer() != "" && config.getHeaderPreferValue() != "")
if (config.getHeaderPrefer() != "" && config.getHeaderPreferValue() != "")
headers.put(config.getHeaderPrefer(), config.getHeaderPreferValue());

HttpPost request = createPostRequest(url, data, headers);
Expand Down

0 comments on commit ed47d7f

Please sign in to comment.