01-edu / public

📚 @01-edu's Public Repository
http://public.01-edu.org/
202 stars 429 forks source link

printcomb2 subject #2450

Closed hamadonic closed 5 months ago

hamadonic commented 5 months ago

printcomb2

trying to submit my files . able to use git to push but get this error when running the command Your Go files are not correctly formatted :

$ gofumpt -d . diff -u printcomb2.go.orig printcomb2.go --- printcomb2.go.orig +++ printcomb2.go @@ -25,7 +25,6 @@ last = true } }

            }
        }
    }

is it due to working on windows ????

MSilva95 commented 5 months ago

Hello @hamadonic ! The error is very clear in your issue "Your Go files are not correctly formatted". Please check the format of the files you have pushed and fix that, it should work fine after that!