Skip to content

Commit

Permalink
spot
Browse files Browse the repository at this point in the history
Signed-off-by: Lazar Petrovic <lpetrovic05@gmail.com>
  • Loading branch information
lpetrovic05 committed Dec 13, 2023
1 parent a5a03c0 commit fa8d89a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1406,7 +1406,8 @@ public AddressBook getAddressBook() {
*/
@SuppressWarnings("unchecked")
@Override
public @NonNull <T extends SwirldState> AutoCloseableWrapper<T> getLatestImmutableState(@NonNull final String reason) {
public @NonNull <T extends SwirldState> AutoCloseableWrapper<T> getLatestImmutableState(
@NonNull final String reason) {
final ReservedSignedState wrapper = latestImmutableState.getState(reason);
return wrapper == null
? AutoCloseableWrapper.empty()
Expand Down

0 comments on commit fa8d89a

Please sign in to comment.