Skip to content

Commit 885ac41

Browse files
committed
Formatting fixes.
1 parent 8922668 commit 885ac41

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

include/crow/http_response.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,9 @@ namespace crow
251251
if (mimeType != mime_types.end())
252252
{
253253
this->add_header("Content-Type", mimeType->second);
254-
} else {
254+
}
255+
else
256+
{
255257
this->add_header("Content-Type", "text/plain");
256258
}
257259
}

0 commit comments

Comments
 (0)