Skip to content

Commit

Permalink
Fix imports ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
cyprain-okeke committed Jun 14, 2023
1 parent 4f456ac commit aa6cdb4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using Bit.Core.Enums;
using Bit.Core.Exceptions;
using Bit.Core.Enums;
using Bit.Core.Models.Business;
using Bit.Core.Models.StaticStore;
using Bit.Core.OrganizationFeatures.OrganizationSignUp;
using Bit.Core.Exceptions;
using Xunit;
using Bit.Test.Common.AutoFixture;
using Bit.Test.Common.AutoFixture.Attributes;
Expand Down

0 comments on commit aa6cdb4

Please sign in to comment.