Skip to content

Commit 0cf0cc0

Browse files
schillicgithub-actions[bot]
authored andcommitted
Format .jl files
1 parent 6232c3d commit 0cf0cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Interfaces/LazySet.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1560,7 +1560,7 @@ end
15601560
The default implementation computes `linear_map` with the diagonal matrix ``α*I``.
15611561
"""
15621562
function scale::Real, X::LazySet)
1563-
return linear_map*I, X)
1563+
return linear_map * I, X)
15641564
end
15651565

15661566
function _scale_copy_inplace::Real, X::LazySet)

0 commit comments

Comments
 (0)