From b4609a582632ce7ac744e2f85ceccae95611f244 Mon Sep 17 00:00:00 2001 From: Hongbo Zhang Date: Mon, 17 Mar 2025 21:29:22 +0800 Subject: [PATCH] refactor: update Arbitrary trait implementation for tuples --- tuple/tuple_arbitrary.mbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuple/tuple_arbitrary.mbt b/tuple/tuple_arbitrary.mbt index 318955700..51c9310b1 100644 --- a/tuple/tuple_arbitrary.mbt +++ b/tuple/tuple_arbitrary.mbt @@ -13,7 +13,7 @@ // limitations under the License. ///| -traitalias Arbitrary = @quickcheck.Arbitrary +traitalias @quickcheck.Arbitrary ///| pub impl[A : Arbitrary, B : Arbitrary] Arbitrary for (A, B) with arbitrary(