Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Smigg-y authored Mar 6, 2024
1 parent ddeb467 commit 0f90115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/entities/gmod_wire_expression2/core/vector2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ e2function number vector2:dot(vector2 other)
end

e2function number vector2:cross(vector2 other)
return this[1] * other[2] - this[2] * other[1]
return this[1] * other[2] - this[2] * other[1]
end

-- returns the outer product (tensor product) of two vectors
Expand Down

0 comments on commit 0f90115

Please sign in to comment.