Skip to content

Commit 61b7de7

Browse files
committed
spacing cleanup in yaml test base
1 parent 394d90d commit 61b7de7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/Tests/Elasticsearch.Net.Integration.Yaml/YamlTestsBase.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
using System;
22
using System.Collections;
33
using System.Collections.Generic;
4-
using System.Collections.Specialized;
54
using System.Diagnostics;
6-
using System.IO;
75
using System.Linq;
8-
using System.Net;
9-
using System.Runtime.Remoting.Channels;
106
using System.Text;
117
using System.Text.RegularExpressions;
128
using Elasticsearch.Net.Connection;
13-
using Elasticsearch.Net.Connection.HttpClient;
149
using Elasticsearch.Net.JsonNet;
1510
using Newtonsoft.Json.Linq;
1611
using NUnit.Framework;
@@ -357,6 +352,7 @@ private static void SerializedArrayJsonEquals(object value, object oo)
357352
var nOtherJson = JArray.Parse(Encoding.UTF8.GetString(otherJson)).ToString();
358353
Assert.AreEqual(nJson, nOtherJson);
359354
}
355+
360356
private static bool SerializedJsonEquals(object value, object oo)
361357
{
362358
var json = _client.Serializer.Serialize(value);

0 commit comments

Comments
 (0)