We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a30136c commit 240807dCopy full SHA for 240807d
source/prime-time/is-prime-request.h
@@ -11,7 +11,7 @@
11
#define PRIME_RESPONSE_METHOD_VALUE_LEN 7
12
#define PRIME_RESPONSE_NUMBER_KEY "prime"
13
#define PRIME_RESPONSE_FORMAT \
14
- "{\"method\":\"isPrime\",\"prime\":%s}"
+ "{\"method\":\"isPrime\",\"prime\":%s}\n"
15
16
#ifdef __cplusplus
17
extern "C" {
0 commit comments