tests: py2 cleanup - remove subclassing of object
[vpp.git] / src / plugins / wireguard / wireguard_timer.h
index 2cc5dd0..6b59a39 100755 (executable)
@@ -57,7 +57,6 @@ wg_birthdate_has_expired (f64 birthday_seconds, f64 expiration_seconds)
   return (birthday_seconds + expiration_seconds) < now_seconds;
 }
 
-
 #endif /* __included_wg_timer_h__ */
 
 /*