Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Formatted source
Browse files Browse the repository at this point in the history
  • Loading branch information
swisspol committed Aug 9, 2019
1 parent 0273843 commit f54cc20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GCDWebServer/Core/GCDWebServer.m
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,7 @@ + (void)setBuiltInLogger:(GCDWebServerBuiltInLoggerBlock)block {
#if defined(__GCDWEBSERVER_LOGGING_FACILITY_BUILTIN__)
_builtInLoggerBlock = block;
#else
GWS_DNOT_REACHED(); // Built-in logger must be enabled in order to override
GWS_DNOT_REACHED(); // Built-in logger must be enabled in order to override
#endif
}

Expand Down

0 comments on commit f54cc20

Please sign in to comment.