Skip to content

Commit

Permalink
Alpha sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mikechu-optimizely committed Jul 26, 2023
1 parent 581ab67 commit fa708bd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions OptimizelySDK.Tests/ConfigTest/HttpProjectConfigManagerTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
* limitations under the License.
*/

using System;
using System.Collections.Generic;
using System.Net;
using System.Net.Http;
using System.Threading.Tasks;
using Moq;
using NUnit.Framework;
using OptimizelySDK.Config;
using OptimizelySDK.Logger;
using OptimizelySDK.Tests.NotificationTests;
using OptimizelySDK.Tests.Utils;
using System;
using System.Collections.Generic;
using System.Net;
using System.Net.Http;
using System.Threading.Tasks;

namespace OptimizelySDK.Tests.DatafileManagement_Tests
{
Expand Down

0 comments on commit fa708bd

Please sign in to comment.