Skip to content

Commit e23c2b0

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 93d19b2 commit e23c2b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: libraries/WiFiProv/src/WiFiProv.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ static void get_device_service_name(prov_scheme_t prov_scheme, char *service_nam
7272
}
7373

7474
void WiFiProvClass ::beginProvision(
75-
prov_scheme_t prov_scheme, scheme_handler_t scheme_handler, network_prov_security_t security, const char *pop, const char *service_name, const char *service_key,
76-
uint8_t *uuid, bool reset_provisioned
75+
prov_scheme_t prov_scheme, scheme_handler_t scheme_handler, network_prov_security_t security, const char *pop, const char *service_name,
76+
const char *service_key, uint8_t *uuid, bool reset_provisioned
7777
) {
7878
bool provisioned = false;
7979
static char service_name_temp[32];

0 commit comments

Comments
 (0)