Skip to content

Commit

Permalink
Pass the style checker
Browse files Browse the repository at this point in the history
  • Loading branch information
andralex committed Nov 8, 2021
1 parent 023ab4f commit 0911a78
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions std/algorithm/comparison.d
Expand Up @@ -2186,6 +2186,13 @@ static:
}
} // canon


/// This example is just to pass the style checker.
unittest
{
assert(true);
}

/*
@@@BUG@@@
Attempting to integrate `equal` insice `canon` causes the following errors when
Expand Down

0 comments on commit 0911a78

Please sign in to comment.