mirror of
https://github.com/curlconverter/curlconverter.git
synced 2022-05-22 02:35:29 +03:00
remove whitespace in test fixtures
This commit is contained in:
@@ -16,7 +16,7 @@ class Main {
|
||||
|
||||
httpConn.setDoOutput(true);
|
||||
OutputStreamWriter writer = new OutputStreamWriter(httpConn.getOutputStream());
|
||||
writer.write(" { \"properties\": { \"email\": { \"type\": \"keyword\" } } }");
|
||||
writer.write("{\"properties\": {\"email\": {\"type\": \"keyword\"}}}");
|
||||
writer.flush();
|
||||
writer.close();
|
||||
httpConn.getOutputStream().close();
|
||||
|
||||
@@ -16,7 +16,7 @@ class Main {
|
||||
|
||||
httpConn.setDoOutput(true);
|
||||
OutputStreamWriter writer = new OutputStreamWriter(httpConn.getOutputStream());
|
||||
writer.write(" { \"properties\": { \"email\": { \"type\": \"keyword\" } } }");
|
||||
writer.write("{\"properties\": {\"email\": {\"type\": \"keyword\"}}}");
|
||||
writer.flush();
|
||||
writer.close();
|
||||
httpConn.getOutputStream().close();
|
||||
|
||||
Reference in New Issue
Block a user