Skip to content

Commit df14f95

Browse files
authored
Delete trailing spaces
1 parent 1332bb6 commit df14f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supervisor/shared/web_workflow/web_workflow.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ static bool _reply(socketpool_socket_obj_t *socket, _request *request) {
10721072
} else if (strcmp(request->path, "/serial.js") == 0) {
10731073
_REPLY_STATIC(socket, request, serial_js);
10741074
} else if (strcmp(request->path, "/style.css") == 0) {
1075-
_REPLY_STATIC(socket, request, style_css);
1075+
_REPLY_STATIC(socket, request, style_css);
10761076
} else if (strcmp(request->path, "/favicon.ico") == 0) {
10771077
// TODO: Autogenerate this based on the blinka bitmap and change the
10781078
// palette based on MAC address.

0 commit comments

Comments
 (0)