chore: fix formatting in files touched by

refactor/remove-BasicTypeContainers
This commit is contained in:
orng
2026-03-25 18:01:56 -05:00
parent f1ae42c659
commit 9ea379eb44
3 changed files with 14 additions and 11 deletions

View File

@@ -4,7 +4,8 @@
#include "LevelSoundPacket.h"
#include <limits>
const float LevelSoundPacket::PITCH_ACCURACY = std::numeric_limits<char>::max() / 2.0;
const float LevelSoundPacket::PITCH_ACCURACY =
std::numeric_limits<char>::max() / 2.0;
const float LevelSoundPacket::LOCATION_ACCURACY = 8.0f;
LevelSoundPacket::LevelSoundPacket() {