mirror of
https://github.com/RubyMetric/chsrc
synced 2025-10-21 02:11:28 +08:00
Delete new line when iter
This commit is contained in:
@@ -13,7 +13,7 @@ char *
|
||||
pl_python_find_rye_config ()
|
||||
{
|
||||
char *buf = xy_run ("rye config --show-path", 0);
|
||||
char *rye_config = xy_normalize_path (xy_str_strip (buf));
|
||||
char *rye_config = xy_normalize_path (buf);
|
||||
|
||||
return rye_config;
|
||||
}
|
||||
|
Reference in New Issue
Block a user