Skip to content

Commit

Permalink
chore: remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Musat authored and gabotechs committed Dec 24, 2022
1 parent b8de99f commit 6134c3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/board/connector.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ type Connector struct {
to *Block
}

//nolint:gocyclo
func (c *Connector) Render(matrix *graphics.Matrix) error { // TODO: factor this function out.
func (c *Connector) Render(matrix *graphics.Matrix) error {
reverseX := c.to.Position.X <= c.from.Position.X
reverseY := c.to.Position.Y < c.from.Position.Y

Expand Down

0 comments on commit 6134c3c

Please sign in to comment.