Skip to content

Commit e63c139

Browse files
Fixed syntax in code formatting
1 parent ce4d1c4 commit e63c139

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

block_profile_redirect.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2424
*/
2525
class block_profile_redirect extends block_base {
26-
public function init() {
26+
public function init() {
2727
$this->title = get_string('blockname', 'block_profile_redirect');
28-
}
28+
}
2929

3030
function applicable_formats() {
3131
return array('all' => false, 'site' => true, 'my' => true);

0 commit comments

Comments
 (0)