Fix indentation issues caused by github conflict tool

This commit is contained in:
Gerhard Potgieter 2018-07-25 14:07:57 +02:00
parent da82639ebc
commit 5a0d3c8bf7
1 changed files with 3 additions and 3 deletions

View File

@ -807,9 +807,9 @@ class WC_Tests_Core_Functions extends WC_Unit_Test_Case {
*/
public function test_wc_decimal_to_fraction() {
$this->assertEquals( array( 7, 2 ), wc_decimal_to_fraction( '3.5' ) );
}
/*
}
/***
* Test wc_get_user_agent function.
*
* @return void