From ec69f40540317215d0f30e1f8e43d0e18450f8cc Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Sun, 22 Dec 2024 20:05:02 +0100 Subject: `make format` --- src/crepe/api/Animator.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/crepe/api/Animator.cpp') diff --git a/src/crepe/api/Animator.cpp b/src/crepe/api/Animator.cpp index 5ac0617..f6f2654 100644 --- a/src/crepe/api/Animator.cpp +++ b/src/crepe/api/Animator.cpp @@ -44,4 +44,3 @@ void Animator::set_cycle_range(int start, int end) { this->data.cycle_start = start; this->data.cycle_end = end; } - -- cgit v1.2.3