mirror of
https://github.com/RubyMetric/chsrc
synced 2025-12-23 19:11:22 +08:00
Use br
This commit is contained in:
@@ -43,7 +43,7 @@ pl_haskell_setsrc (char *option)
|
||||
}
|
||||
|
||||
chsrc_note2 (xy_strjoin (3, "请向 ", config, " 中手动添加:"));
|
||||
puts (file); puts ("");
|
||||
puts (file); br();
|
||||
|
||||
config = xy_uniform_path ("~/.stack/config.yaml");
|
||||
file = xy_strjoin (3, "package-indices:\n"
|
||||
|
||||
@@ -84,7 +84,7 @@ pl_java_setsrc (char *option)
|
||||
|
||||
if (gradle_exist)
|
||||
{
|
||||
if (maven_exist) puts ("");
|
||||
if (maven_exist) br();
|
||||
const char* file = xy_strjoin (3,
|
||||
"allprojects {\n"
|
||||
" repositories {\n"
|
||||
|
||||
Reference in New Issue
Block a user