Skip to content

Commit

Permalink
Fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
smilefx committed Apr 26, 2024
1 parent c0e150b commit 7520959
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ fun loadSegments(
// Check if static blocks for static map file name are already loaded
if (!staticBlockCache.containsKey(it.mapDataFile.toString())) {
// Load blocks and save in cache
staticBlockCache[it.mapDataFile.toString()] = loadBlocks(it.mapDataFile).toList()
staticBlockCache[it.mapDataFile.toString()] = loadBlocks(it.mapDataFile).toList()
}

// Set blocks for current simulationRunsWrapper from the 'cache'
Expand Down

0 comments on commit 7520959

Please sign in to comment.