Skip to content

Commit

Permalink
Fix moodle coding style in example for delegated transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
Menrath authored Oct 16, 2024
1 parent 1d7554a commit a6e29fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apis/core/dml/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ try {
// Assuming the both inserts work, we get to the following line.
$transaction->allow_commit();

} catch(Exception $e) {
} catch (Exception $e) {
$transaction->rollback($e);
}
```
Expand Down

0 comments on commit a6e29fa

Please sign in to comment.