Skip to content

Commit

Permalink
Update SimpleStateMachineStorage.java
Browse files Browse the repository at this point in the history
  • Loading branch information
AngersZhuuuu committed Jun 12, 2024
1 parent 075838a commit 313c436
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public SingleFileSnapshotInfo getLatestSnapshot() {
if (s != null) {
return s;
}
loadLatestSnapshot();
return loadLatestSnapshot();
}

public SingleFileSnapshotInfo loadLatestSnapshot() {
Expand Down

0 comments on commit 313c436

Please sign in to comment.