Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
Signed-off-by: garyschulte <[email protected]>
  • Loading branch information
garyschulte committed Apr 13, 2023
1 parent 7419e59 commit 966aa5d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ public class TrieLogManagerTests {
@Before
public void setup() {
trieLogManager =
new CachedWorldStorageManager(archive, blockchain, bonsaiWorldStateKeyValueStorage, new NoOpMetricsSystem(), 512);
new CachedWorldStorageManager(
archive, blockchain, bonsaiWorldStateKeyValueStorage, new NoOpMetricsSystem(), 512);
}

@Test
Expand Down

0 comments on commit 966aa5d

Please sign in to comment.