Skip to content

Commit a458146

Browse files
committed
Remove Formating logic
1 parent e6b7278 commit a458146

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

commands/printcase.go

-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ func GetTestCase(egorMeta config.EgorMeta, id int) *TestCaseIO {
4646

4747
func PrintTestCaseInput(testCase *TestCaseIO) {
4848
color.Green("Input:")
49-
color.Green("========================================================")
5049
file, err := config.OpenFileFromPath(testCase.InputPath)
5150
if err != nil {
5251
color.Red("Failed to read test case input")
@@ -61,7 +60,6 @@ func PrintTestCaseInput(testCase *TestCaseIO) {
6160

6261
func PrintTestCaseOutput(testCase *TestCaseIO) {
6362
color.Green("Output:")
64-
color.Green("========================================================")
6563
file, err := config.OpenFileFromPath(testCase.OutputPath)
6664
if err != nil {
6765
color.Red("Failed to read test case input")

0 commit comments

Comments
 (0)