From aac91275b4695f0fd53ff8a30e4b1c5319494eb2 Mon Sep 17 00:00:00 2001 From: Schmenn Date: Wed, 21 Apr 2021 19:45:45 +0200 Subject: [PATCH] fixed kaden's stupid indentation --- exploits.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/exploits.go b/exploits.go index 209f746..7028877 100644 --- a/exploits.go +++ b/exploits.go @@ -191,7 +191,6 @@ func initCommand(inputFile string, mode string) { return } else { - fmt.Println("incompatible input file") - - } + fmt.Println("incompatible input file") + } }