From a33688c24a7df84036ae78557d88b31faba922b5 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 15 Dec 2025 16:30:00 +0800 Subject: Fix comment formatting for get_locale function --- src/utils/env.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/env.rs b/src/utils/env.rs index e08f117..81dfbd7 100644 --- a/src/utils/env.rs +++ b/src/utils/env.rs @@ -1,4 +1,4 @@ -// /// Returns the current locale string based on environment variables. +/// Returns the current locale string based on environment variables. /// /// The function checks for locale settings in the following order: /// 1. JV_LANG environment variable -- cgit