Skip to content

Commit ede05ba

Browse files
authored
remove trailing spaces
1 parent 80ecec9 commit ede05ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyPortal_User_Interface/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ def switch_view(what_view):
343343
tempC = microcontroller.cpu.temperature
344344

345345
tempF = tempC * 1.8 + 32
346-
sensor_data.text = 'Touch: {}\nLight: {}\n Temp: {:.0f}°F'.format(touch, light, tempF)
346+
sensor_data.text = 'Touch: {}\nLight: {}\n Temp: {:.0f}°F'.format(touch, light, tempF)
347347

348348
# ------------- Handle Button Press Detection ------------- #
349349
if touch: # Only do this if the screen is touched

0 commit comments

Comments
 (0)