Explorar el Código

Fix whitespace error in template

Alois Mahdal hace 10 años
padre
commit
f28c1ebb31
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      bin/mkexec

+ 1
- 1
bin/mkexec Ver fichero

@@ -55,7 +55,7 @@ my $templates = {
55 55
         test    => "import unittest\n\n\n"
56 56
                    . "class TestCase(unittest.TestCase):\n"
57 57
                    . "    pass\n\n\n"
58
-                   . "if __name__=='__main__':\n"
58
+                   . "if __name__ == '__main__':\n"
59 59
                    ."    unittest.main()\n",
60 60
     },
61 61
     pl => {