Skip to content

Commit

Permalink
Coding Standards: Apply an alignment fix from running composer format.
Browse files Browse the repository at this point in the history
Follow up to [51216].
See #53481.

git-svn-id: https://develop.svn.wordpress.org/trunk@51229 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
desrosj committed Jun 24, 2021
1 parent 3dc566b commit 15b43fb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -471,7 +471,7 @@ public function encode_form_data( $request ) {
}

$serialized_instance = serialize( $instance );
$widget_key = $wp_widget_factory->get_widget_key( $id );
$widget_key = $wp_widget_factory->get_widget_key( $id );

$response = array(
'form' => trim(
Expand Down

0 comments on commit 15b43fb

Please sign in to comment.