THRIFT-3014 AppVeyor support - fix format
diff --git a/appveyor.yml b/appveyor.yml
index 4350083..0c5bfdf 100755
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -30,7 +30,7 @@
   BOOST_ROOT: c:\Libraries\boost
   BOOST_LIBRARYDIR: c:\Libraries\boost\stage\lib
 
-  install:
+install:
 - cinst cmake
 - cinst nsis
 - cinst ant
@@ -49,5 +49,5 @@
 - cmake --build . --config Release
 - cpack
 
-TODO enable testing
-TODO make it perfect ;-r
+#TODO enable testing
+#TODO make it perfect ;-r