Skip to content

Commit 3a2a9ea

Browse files
Fix formatting
1 parent b4b6870 commit 3a2a9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/numerical_irreducible_decomposition.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@ function n_components(
11341134

11351135
out
11361136
end
1137-
n_components(N::NumericalIrreducibleDecomposition, dim::Int) = n_components(N, dims=[dim])
1137+
n_components(N::NumericalIrreducibleDecomposition, dim::Int) = n_components(N, dims = [dim])
11381138

11391139
"""
11401140

0 commit comments

Comments
 (0)