From a0eef47db05b5749e5b19366cbde7e555af81ffa Mon Sep 17 00:00:00 2001 From: Jake VanderPlas Date: Mon, 13 Jan 2025 13:52:53 -0800 Subject: [PATCH] Fix lint error --- ml_dtypes/include/mxfloat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ml_dtypes/include/mxfloat.h b/ml_dtypes/include/mxfloat.h index 6226e0b1..b3fc6ed9 100644 --- a/ml_dtypes/include/mxfloat.h +++ b/ml_dtypes/include/mxfloat.h @@ -102,7 +102,7 @@ class float4_e2m1fn : public mxfloat4_base { // Exponent: 2, Mantissa: 1, bias: 1. // Extended range: no inf, no NaN. using Base = mxfloat4_base; - friend class float8_internal::float8_base;; + friend class float8_internal::float8_base; using Base::Base; public: