Skip to content

Commit 060c123

Browse files
Chore: deal with whitespace
1 parent 4327e2c commit 060c123

File tree

1 file changed

+1
-3
lines changed
  • gwynethllewelyn/postlocalstorage

1 file changed

+1
-3
lines changed

gwynethllewelyn/postlocalstorage/ext.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
*/
2020
class ext extends base
2121
{
22-
23-
2422
/**
2523
* Check whether or not the extension can be enabled.
2624
*
@@ -31,4 +29,4 @@ public function is_enableable()
3129
// error_log('[phpBB3 postlocalstorage] my is_enableable() was called!');
3230
return phpbb_version_compare(PHPBB_VERSION, '3.3', '>=');
3331
}
34-
}
32+
}

0 commit comments

Comments
 (0)