Skip to content

Commit

Permalink
Coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
roykho committed Oct 5, 2016
1 parent 1cd4ee1 commit f906a4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions woocommerce-gateway-stripe.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
define( 'WC_STRIPE_MAIN_FILE', __FILE__ );
define( 'WC_STRIPE_PLUGIN_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) );

if ( ! class_exists( 'WC_Stripe' ) ) {
if ( ! class_exists( 'WC_Stripe' ) ) :

class WC_Stripe {

Expand Down Expand Up @@ -435,4 +435,4 @@ public static function log( $message ) {

$GLOBALS['wc_stripe'] = WC_Stripe::get_instance();

}
endif;

0 comments on commit f906a4f

Please sign in to comment.