Skip to content

Commit 5d0cb57

Browse files
committed
Minor - format code
1 parent 2c57b24 commit 5d0cb57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/admin/questions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
$url.'&'.http_build_query([
164164
'courseId' => $question->getCId(),
165165
'questionId' => $question->getId(),
166-
'action' => 'delete'
166+
'action' => 'delete',
167167
])
168168
).'<br />';
169169

0 commit comments

Comments
 (0)