Skip to content

Commit

Permalink
Make build happy
Browse files Browse the repository at this point in the history
  • Loading branch information
woksin committed Sep 2, 2024
1 parent f06d4b2 commit 1fd0f6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public static class ImportStatementExtensions
public static IOrderedEnumerable<ImportStatement> ToOrderedImports(this IEnumerable<ImportStatement> imports) =>
imports.Order(new ImportStatementComparer());

class ImportStatementComparer : IComparer<ImportStatement>
sealed class ImportStatementComparer : IComparer<ImportStatement>
{
public int Compare(ImportStatement? x, ImportStatement? y)
{
Expand Down

0 comments on commit 1fd0f6b

Please sign in to comment.