Skip to content

Commit

Permalink
[fixed formatting]
Browse files Browse the repository at this point in the history
  • Loading branch information
AlaiveCYA committed Nov 15, 2024
1 parent c585e77 commit 2f44b34
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions esp/weather/main/weather.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@

#define TAG "WEATHER_APP"

void app_main(void)
{
ESP_LOGI(TAG, "Hello, world!");
}
void app_main(void) { ESP_LOGI(TAG, "Hello, world!"); }

0 comments on commit 2f44b34

Please sign in to comment.