Browse Source

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

pull/8/head
Joseph Henry 5 years ago
parent
commit
e5de3e7263
No known key found for this signature in database
GPG Key ID: C45B33FF5EBC9344
  1. 2
      test/error.cpp

2
test/error.cpp

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

Loading…
Cancel
Save