From f0c682e4ae791b8b53a4e82b66c4163bc3b0d8dc Mon Sep 17 00:00:00 2001 From: github-actions <> Date: Tue, 30 Apr 2024 11:58:21 +0000 Subject: [PATCH] Google Java Format --- .../at4j/util/rest/RestRequestHttpResponseCode.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/io/github/brenoepics/at4j/util/rest/RestRequestHttpResponseCode.java b/src/main/java/io/github/brenoepics/at4j/util/rest/RestRequestHttpResponseCode.java index 230f4a9..12d678a 100644 --- a/src/main/java/io/github/brenoepics/at4j/util/rest/RestRequestHttpResponseCode.java +++ b/src/main/java/io/github/brenoepics/at4j/util/rest/RestRequestHttpResponseCode.java @@ -231,9 +231,9 @@ public String getMeaning() { * @return The azure exception to throw for this kind of result code. */ public Optional getAzureException( - Exception origin, String message, RestRequestInfo request, RestRequestResponseInfo response) { + Exception origin, String message, RestRequestInfo request, RestRequestResponseInfo response) { return Optional.ofNullable(azureExceptionInstantiation) - .map(instantiation -> instantiation.createInstance(origin, message, request, response)); + .map(instantiation -> instantiation.createInstance(origin, message, request, response)); } /**