Weapon: remove an unneeded blank line.

This commit is contained in:
Guillaume Jacquemin 2022-02-09 18:28:23 +01:00
parent bbc40d7c93
commit 353a71d8ab
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ enum class DamageType {
};
struct Weapon {
Weapon() = default;
Weapon(const Weapon& other);