Skip to content

Commit be16b38

Browse files
committed
Remove blank line
1 parent a32f84b commit be16b38

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

OPHD/States/CrimeExecution.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ void CrimeExecution::stealResources(Structure& structure, const std::array<std::
122122
}
123123

124124
auto resourceIndicesWithStock = structure.storage().getIndicesWithStock();
125-
126125
auto indexToStealFrom = randomNumber.generate<std::size_t>(0, resourceIndicesWithStock.size() - 1);
127126

128127
int amountStolen = calcAmountForStealing(mDifficulty, 2, 5, structure.storage().resources[indexToStealFrom]);

0 commit comments

Comments
 (0)