Minor - format code

pull/4003/head
Julio 3 years ago
parent 041d2e18d8
commit e1e8f08638
  1. 2
      public/main/exercise/calculated_answer.class.php
  2. 1
      public/main/inc/lib/events.lib.php

@ -280,7 +280,7 @@ class CalculatedAnswer extends Question
[
'where' => [
'question_id = ?' => [
$this->id
$this->id,
],
],
]

@ -1249,7 +1249,6 @@ class Event
);
$repo->delete($track);
}
}
}

Loading…
Cancel
Save