Skip to content

Commit cf6d713

Browse files
committed
Delete redundant + sign
1 parent ec28d2a commit cf6d713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_display_text/label.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ def anchored_position(self):
399399
int(
400400
self.x
401401
+ (self._boundingbox[0] * self._scale)
402-
+ +round(self._anchor_point[0] * self._boundingbox[2] * self._scale)
402+
+ round(self._anchor_point[0] * self._boundingbox[2] * self._scale)
403403
),
404404
int(
405405
self.y

0 commit comments

Comments
 (0)