Skip to content

Commit

Permalink
Fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
smilefx authored and dominikmaeckel committed Nov 7, 2024
1 parent 8a1e93f commit eb10d25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,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 eb10d25

Please sign in to comment.