Skip to content

Commit

Permalink
Change using's order
Browse files Browse the repository at this point in the history
  • Loading branch information
Enkidu93 committed Dec 7, 2023
1 parent 05b5c7f commit 6a0e2fb
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/SIL.Machine.AspNetCore/Usings.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
global using System.Collections.Concurrent;
global using System.Diagnostics;
global using System.Diagnostics.CodeAnalysis;
global using System.IO.Compression;
global using System.Linq.Expressions;
global using System.Net;
global using System.Reflection;
global using System.Runtime.CompilerServices;
global using System.Security.Cryptography;
global using System.Text;
global using System.Text.Json;
global using System.Text.Json.Nodes;
global using System.Text.Json.Serialization;
global using System.Text.RegularExpressions;
global using Amazon;
global using Amazon.Runtime;
global using Amazon.S3;
Expand Down Expand Up @@ -39,17 +53,3 @@
global using SIL.ObjectModel;
global using SIL.Scripture;
global using SIL.WritingSystems;
global using System.Collections.Concurrent;
global using System.Diagnostics;
global using System.Diagnostics.CodeAnalysis;
global using System.IO.Compression;
global using System.Linq.Expressions;
global using System.Net;
global using System.Reflection;
global using System.Runtime.CompilerServices;
global using System.Security.Cryptography;
global using System.Text;
global using System.Text.Json;
global using System.Text.Json.Nodes;
global using System.Text.Json.Serialization;
global using System.Text.RegularExpressions;

0 comments on commit 6a0e2fb

Please sign in to comment.