Skip to content
This repository was archived by the owner on Jun 15, 2022. It is now read-only.

Commit 977f1a2

Browse files
committed
Adjust whitespace to meet coding standards
1 parent cdee9bd commit 977f1a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test-installation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function test_can_upgrade_table() {
7676
// Get the current schema version, then increment it.
7777
$property = new ReflectionProperty( 'WC_Custom_Order_Table_Install', 'table_version' );
7878
$property->setAccessible( true );
79-
$version = $property->getValue();
79+
$version = $property->getValue();
8080
$property->setValue( $version + 1 );
8181

8282
// Run the activation script again.

wc-custom-order-table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ function wc_custom_order_table() {
5050
return $wc_custom_order_table;
5151
}
5252

53-
add_action('plugins_loaded', 'wc_custom_order_table');
53+
add_action( 'plugins_loaded', 'wc_custom_order_table' );

0 commit comments

Comments
 (0)