Add newline to CI test/error.cpp to make my IDE happy

This commit is contained in:
Joseph Henry
2021-01-29 00:14:25 -08:00
parent 56174be3af
commit e5de3e7263

View File

@@ -9,4 +9,4 @@
int main()
{
return zts_socket(0,0,0) != -2; // We expect -2 from an uninitialized libzt instance
}
}