From e97f2146060bd070cc7016d3d6ff80f0c5bcaf0e Mon Sep 17 00:00:00 2001 From: vladislav Date: Sat, 15 Nov 2025 17:57:19 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BE=D0=B6=D0=B0=D1=8E=20lint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lab1/test/lab1_test.gleam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lab1/test/lab1_test.gleam b/lab1/test/lab1_test.gleam index 3c4765d..851fead 100644 --- a/lab1/test/lab1_test.gleam +++ b/lab1/test/lab1_test.gleam @@ -120,4 +120,4 @@ pub fn task2_all_implementations_equal_test() { result1 |> should.equal(result2) result1 |> should.equal(result3) result1 |> should.equal(result4) -} \ No newline at end of file +}