From 16c1df25c5d950b98bd2dbe8605bd0266cf7a3cf Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Tue, 21 Apr 2026 03:48:54 +0300 Subject: [PATCH] tests: fmt a file --- vlib/v/tests/comptime/comptime_at_test.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vlib/v/tests/comptime/comptime_at_test.v b/vlib/v/tests/comptime/comptime_at_test.v index a5697d112..a6314d07b 100644 --- a/vlib/v/tests/comptime/comptime_at_test.v +++ b/vlib/v/tests/comptime/comptime_at_test.v @@ -213,8 +213,8 @@ fn test_at_ccompiler() { fn test_at_backend() { println('Current language backend is ${@BACKEND}') - assert @BACKEND in ['c', 'interpret', 'js_node', 'js_browser', 'js_freestanding', - 'native', 'wasm'] + assert @BACKEND in ['c', 'interpret', 'js_node', 'js_browser', 'js_freestanding', 'native', + 'wasm'] } fn test_at_platform() { -- 2.39.5