Skip to content
Snippets Groups Projects
Commit 6c533d7f authored by Tibo's avatar Tibo
Browse files

fix style

parent f1a26af3
No related branches found
No related tags found
No related merge requests found
Pipeline #4638 passed
...@@ -293,8 +293,9 @@ class MarkController extends Controller ...@@ -293,8 +293,9 @@ class MarkController extends Controller
} }
$points[] = new \App\TimePoint( $points[] = new \App\TimePoint(
$point->t, $point->t,
round($delta_value / $delta_t_minutes)); round($delta_value / $delta_t_minutes)
);
$last_point = $point; $last_point = $point;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment