Skip to content

Commit

Permalink
[change] 优化打印Copyright日志,避免换行
Browse files Browse the repository at this point in the history
  • Loading branch information
pirunxi committed Mar 25, 2024
1 parent 3342173 commit c58d8e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Luban/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,10 @@ private static void SetupApp(CommandOptions opts)

private static void PrintCopyRight()
{
s_logger.Info(" =============================================================================================");
s_logger.Info(" ==========================================================================================");
s_logger.Info("");
s_logger.Info(" Luban is developed by Code Philosophy Technology Co., LTD. https://code-philosophy.com");
s_logger.Info("");
s_logger.Info(" =============================================================================================");
s_logger.Info(" ==========================================================================================");
}
}

0 comments on commit c58d8e3

Please sign in to comment.