Skip to content

Commit 53a2df6

Browse files
committed
style: fix indentation
1 parent 7a3b905 commit 53a2df6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ajax/get_validator_itemtype_dropdown.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
if (!Session::haveRight(PluginFormcreatorForm::$rightname, UPDATE)) {
4343
http_response_code(403);
4444
die();
45-
}
45+
}
4646

4747
if (!isset($_POST['itemtype'])) {
4848
http_response_code(400);

0 commit comments

Comments
 (0)