Skip to content

Commit f46acd4

Browse files
committed
Minor: Code styling
1 parent 7e34903 commit f46acd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/gradebook/gradebook_display_certificate.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ function confirmation() {
214214
}
215215
}
216216

217-
foreach($exportData as $key => $row) {
217+
foreach ($exportData as $key => $row) {
218218
$list = GradebookUtils::get_list_gradebook_certificates_by_user_id(
219219
$row[0],
220220
$categoryId
@@ -225,7 +225,7 @@ function confirmation() {
225225
$row[] = api_convert_and_format_date($valueCertificate['created_at']);
226226
}
227227

228-
foreach($usersProfileInfo as $extraInfo) {
228+
foreach ($usersProfileInfo as $extraInfo) {
229229
$row[] = $extraInfo[$row[0]][0];
230230
}
231231

0 commit comments

Comments
 (0)