From 5269587683afb9de45a3548c8bdb48be5fcbf8e8 Mon Sep 17 00:00:00 2001 From: lkdvos Date: Fri, 6 Oct 2023 10:04:07 +0200 Subject: [PATCH] bump version and format --- Project.toml | 2 +- src/objects.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index b7280e0..8667284 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "CategoryData" uuid = "8fccf25a-f50e-468c-8fba-3cb130506274" authors = ["Lukas Devos", "Jacob Bridgeman"] -version = "0.2.0" +version = "0.2.1" [deps] Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6" diff --git a/src/objects.jl b/src/objects.jl index c146aa9..c41da7a 100644 --- a/src/objects.jl +++ b/src/objects.jl @@ -6,7 +6,7 @@ struct Object{F} <: Sector where {F<:FusionRing} end end -function algebraic_structure(::Union{Type{Object{F}}, Object{F}}) where {F} +function algebraic_structure(::Union{Type{Object{F}},Object{F}}) where {F} return F end