Skip to content

Commit

Permalink
Tidy generated code
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <[email protected]>
  • Loading branch information
Xtansia committed Nov 16, 2023
1 parent c2d2a7b commit 23a262b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions src/OpenSearch.Client/_Generated/Descriptors.Indices.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,11 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Linq.Expressions;

using System.Text;
using OpenSearch.Net;
using OpenSearch.Net.Utf8Json;
using OpenSearch.Net.Specification.IndicesApi;
using OpenSearch.Net.Utf8Json;

// ReSharper disable RedundantBaseConstructorCall
// ReSharper disable UnusedTypeParameter
Expand Down
4 changes: 2 additions & 2 deletions src/OpenSearch.Client/_Generated/Requests.Indices.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Linq.Expressions;
using System.Runtime.Serialization;
using System.Text;
using OpenSearch.Net;
using OpenSearch.Net.Utf8Json;
using OpenSearch.Net.Specification.IndicesApi;
using OpenSearch.Net.Utf8Json;

// ReSharper disable RedundantBaseConstructorCall
// ReSharper disable UnusedTypeParameter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Linq.Expressions;
using System.Text;

// ReSharper disable once CheckNamespace
namespace OpenSearch.Net.Specification.IndicesApi
Expand Down

0 comments on commit 23a262b

Please sign in to comment.