Skip to content

Commit d5f89a1

Browse files
committed
pre-commit format fix
1 parent 62d16ce commit d5f89a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/espressif/common-hal/ssl/crt_bundle.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ static int convert_esp_err(esp_err_t ret) {
1818
case ESP_OK:
1919
return 0;
2020
default:
21-
// Right now esp_crt_bundle.c doesn't return very specific errors.
21+
// Right now esp_crt_bundle.c doesn't return very specific errors.
2222
case ESP_ERR_INVALID_ARG:
2323
return -MP_EINVAL;
2424
}

0 commit comments

Comments
 (0)