Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Denneisk committed Nov 23, 2023
1 parent 2e70e19 commit bdcee2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/entities/gmod_wire_expression2/core/vector.lua
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ e2function vector min(vector vec1, vector vec2)
end

e2function vector max(vector vec1, vector vec2)
return vec1:LengthSqr() > vec2:LengthSqr() and vec1 or vec2
return vec1:LengthSqr() > vec2:LengthSqr() and vec1 or vec2
end

--- component-wise min/max
Expand Down

0 comments on commit bdcee2c

Please sign in to comment.