Skip to content

Commit 68cb115

Browse files
author
Mikachu2333
committed
chore: 格式化
1 parent 3905eaf commit 68cb115

File tree

1 file changed

+5
-5
lines changed
  • src/recipe/lang/Python

1 file changed

+5
-5
lines changed

src/recipe/lang/Python/uv.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* SPDX-License-Identifier: GPL-3.0-or-later
33
* ------------------------------------------------------------*/
44

5-
def_target(pl_python_uv, "uv");
5+
def_target (pl_python_uv, "uv");
66

77
void
88
pl_python_uv_prelude (void)
@@ -14,12 +14,12 @@ pl_python_uv_prelude (void)
1414
chef_set_sources_last_updated (this, "2025-10-11");
1515

1616
chef_set_chef (this, NULL);
17-
chef_set_cooks (this, 2, "@mikachu2333", "@happy-game");
17+
chef_set_cooks (this, 2, "@Mikachu2333", "@happy-game");
1818
chef_set_sauciers (this, 2, "@Kattos", "@ccmywish");
1919

2020
chef_allow_local_mode (this, FullyCan, NULL, NULL);
21-
chef_allow_english(this);
22-
chef_allow_user_define(this);
21+
chef_allow_english (this);
22+
chef_allow_user_define (this);
2323

2424
chef_use_other_target_sources (this, &pl_python_group_target);
2525
}
@@ -190,7 +190,7 @@ pl_python_uv_config_find ()
190190
result.pypi_url = result2.url;
191191
result.pypi_path = result2.file_path;
192192
}
193-
if (pl_python_uv_config_summary_struct_is_full (&result) || chsrc_in_local_mode()) return result;
193+
if (pl_python_uv_config_summary_struct_is_full (&result) || chsrc_in_local_mode ()) return result;
194194

195195
PlPythonUvConfig result3 = pl_python_uv_config_define_python (PL_Python_uv_Proj_pyproj);
196196
if (!result3.is_empty)

0 commit comments

Comments
 (0)