Skip to content

Commit

Permalink
Code format - (Clang-format)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 30, 2024
1 parent 1260b25 commit 6e63974
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/creatures/combat/combat.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ class MatrixArea {
}
}

MatrixArea(const MatrixArea &rhs) : data_(new bool*[rows]) {
MatrixArea(const MatrixArea &rhs) :
data_(new bool*[rows]) {
centerX = rhs.centerX;
centerY = rhs.centerY;
rows = rhs.rows;
Expand Down

0 comments on commit 6e63974

Please sign in to comment.