From 85f0ae1d07ba72d3dcafb0ec74800106ffaa6fbe Mon Sep 17 00:00:00 2001 From: Alexander Demin Date: Tue, 11 Jul 2023 23:04:04 +0300 Subject: [PATCH] format some files --- src/arithmetic/QQ.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/arithmetic/QQ.jl b/src/arithmetic/QQ.jl index dba15375..ea7b63e2 100644 --- a/src/arithmetic/QQ.jl +++ b/src/arithmetic/QQ.jl @@ -3,5 +3,4 @@ # All implementations of arithmetic in QQ are a subtype of it. abstract type AbstractArithmeticQQ end -struct BuiltinArithmeticQQ <: AbstractArithmeticQQ -end +struct BuiltinArithmeticQQ <: AbstractArithmeticQQ end