diff --git a/voxygen/src/anim/character/run.rs b/voxygen/src/anim/character/run.rs
index 49aa331cc7..c185d80bc2 100644
--- a/voxygen/src/anim/character/run.rs
+++ b/voxygen/src/anim/character/run.rs
@@ -30,7 +30,6 @@ impl Animation for RunAnimation {
         let wavecos_slow = (time as f32 * 8.0 + PI).cos();
         let wave_dip = (wave_slow.abs() - 0.5).abs();
 
-
         next.head.offset = Vec3::unit_z() * (12.0 + fuzzwave *0.4)/ SCALE;
 
         next.chest.offset = Vec3::unit_z() * (8.0 + fuzzwave * 0.3) / SCALE;