Skip to content

Commit

Permalink
[gridbox] apply spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Benedikt Kuntz <benkuntz@web.de>
  • Loading branch information
benediktkuntz committed Apr 28, 2024
1 parent 2d015e9 commit a2779c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public String getIdToken(GridBoxConfiguration config)
logger.debug("Invalid response of authentication request, returned status: {}", status);
logger.trace("Response body: {}", body);
throw new GridBoxApiAutheticationException("Authentication request returned an invalid response");
}
}

logger.atTrace().log(() -> "Authentication request returned body: {}".formatted(body));

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<type>binding</type>
<name>GridBox Binding</name>
<description>Get Information from the Viessmann GridBox</description>
<connection>cloud</connection>
<connection>cloud</connection>

</addon:addon>

0 comments on commit a2779c6

Please sign in to comment.