瀏覽代碼

Fix whitespace error in template

Alois Mahdal 10 年之前
父節點
當前提交
f28c1ebb31
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      bin/mkexec

+ 1
- 1
bin/mkexec 查看文件

@@ -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 => {