Skip to content

Commit a743f84

Browse files
committed
format style
1 parent 6f3520e commit a743f84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/import.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ protected function blob_to_post( Writing_On_GitHub_Blob $blob, $force = false )
301301

302302
if ( array_key_exists( 'ID', $meta ) ) {
303303
$id = $args['ID'] = $meta['ID'];
304-
$blob->set_id($id);
304+
$blob->set_id( $id );
305305
unset( $meta['ID'] );
306306
}
307307

0 commit comments

Comments
 (0)