Fix indent

--
PiperOrigin-RevId: 155398308
MOS_MIGRATED_REVID=155398308
diff --git a/src/Tulsi/TulsiProjectDocument.swift b/src/Tulsi/TulsiProjectDocument.swift
index 589b2b0..1228285 100644
--- a/src/Tulsi/TulsiProjectDocument.swift
+++ b/src/Tulsi/TulsiProjectDocument.swift
@@ -210,8 +210,8 @@
   }
 
   override func writeSafely(to url: URL,
-                                 ofType typeName: String,
-                                 for saveOperation: NSSaveOperationType) throws {
+                            ofType typeName: String,
+                            for saveOperation: NSSaveOperationType) throws {
     // Ensure that the project's URL is set to the location in which this document is being saved so
     // that relative paths can be set properly.
     project.projectBundleURL = url