Skip to content

Commit

Permalink
chore: Autoformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
kjy5 authored and github-actions[bot] committed Apr 3, 2024
1 parent 21bbe9c commit 38ee433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vbl_aquarium/models/urchin.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ class CameraMode(str, Enum):
id: str
type: str
position: Vector3 = None
rotation: Vector3 = Vector3(0,0,0)
rotation: Vector3 = Vector3(0, 0, 0)
target: Vector3 = None
zoom: float = 16
pan: Vector2 = Vector2(0,0)
pan: Vector2 = Vector2(0, 0)
mode: CameraMode = CameraMode.orthographic
controllable: bool = True
main: bool = False
Expand Down

0 comments on commit 38ee433

Please sign in to comment.