Skip to content

Commit 240807d

Browse files
committed
fix: we should probably delimit responses the same way
1 parent a30136c commit 240807d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/prime-time/is-prime-request.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#define PRIME_RESPONSE_METHOD_VALUE_LEN 7
1212
#define PRIME_RESPONSE_NUMBER_KEY "prime"
1313
#define PRIME_RESPONSE_FORMAT \
14-
"{\"method\":\"isPrime\",\"prime\":%s}"
14+
"{\"method\":\"isPrime\",\"prime\":%s}\n"
1515

1616
#ifdef __cplusplus
1717
extern "C" {

0 commit comments

Comments
 (0)