Skip to content

Commit

Permalink
Fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
fumikito committed Jan 11, 2024
1 parent 29fa677 commit ccd666d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kunoichi/GaCommunicator/Utility/ScriptRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public function render_meta() {
try {
$meta_tags[ 'gacommunicator:' . $placeholder['name'] ] = $placeholder['callback']();
} catch ( \Exception $e ) {
error_log( 'Error while executing: ' .$e->getMessage() );
error_log( 'Error while executing: ' . $e->getMessage() );
}
}
}
Expand Down

0 comments on commit ccd666d

Please sign in to comment.