Skip to content

Commit d3b624e

Browse files
committed
inline return
1 parent 1dc72ae commit d3b624e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/fusiontensor/fusiontensor.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@ function promote_sectors(
120120
# fuse with trivial to insert all missing arguments inside each GradedAxis
121121
# avoid depending on SymmetrySectors internals
122122
s0 = trivial(T)
123-
unified_legs = map_blocklabels.(s -> only(blocklabels(fusion_product(s0, s))), legs)
124-
return unified_legs
123+
return map_blocklabels.(s -> only(blocklabels(fusion_product(s0, s))), legs)
125124
end
126125

127126
function promote_sector_type(legs)

0 commit comments

Comments
 (0)