Skip to content

Commit

Permalink
fix SA1217 alphabetically using static
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenyagusev committed Feb 10, 2022
1 parent f76fcb9 commit bf23e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BookFx.Usage/S3Calendar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
using System.Linq;
using BookFx.Usage.Functional;
using BookFx.Usage.S3CalendarDomain;
using static BookFx.Usage.Functional.F;
using static BookFx.Make;
using static BookFx.Usage.Functional.F;

public static class S3Calendar
{
Expand Down

0 comments on commit bf23e4a

Please sign in to comment.