cargo clippy & fmt

This commit is contained in:
Matthieu Baumann
2025-09-24 16:59:31 +02:00
parent 032bb57517
commit 9e8db0379b
8 changed files with 4449 additions and 4444 deletions

View File

@@ -30,7 +30,7 @@
fov *= 0.997;
rotation += 0.07;
aladin.setViewCenter2NorthPoleAngle(rotation)
aladin.setRotation(rotation)
aladin.setFoV(fov);
if (fov < 3 && fov > 0.5) {