diff --git a/auth.h b/auth.h index 56ef286..942fff6 100644 --- a/auth.h +++ b/auth.h @@ -19,6 +19,6 @@ const char * resolve_api_key(){ { return api_key; } - fprintf(stderr, "There is no API key configured in environment."); + fprintf(stderr, "\nThere is no API key configured in environment.\n"); return ""; } \ No newline at end of file