Skip to content

Commit f54d674

Browse files
committed
lint whitespace tweaks
1 parent 7e63c93 commit f54d674

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

includes/Services/I18nService.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ public function load_text_domain() {
4343
*/
4444
public function prepare_and_load_js_translations() {
4545

46-
add_action(
46+
add_action(
4747
'admin_enqueue_scripts',
48-
function() {
48+
function () {
4949
$this::load_js_translations(
5050
'wp-module-performance',
5151
'nfd-performance',
@@ -66,7 +66,6 @@ function() {
6666
},
6767
100
6868
);
69-
7069
}
7170

7271
/**

0 commit comments

Comments
 (0)