The output of git diff says that the complete contents of one my files has been removed, and then added back. Why is this?
diff --git a/templates/appengine/go/app.yaml b/templates/appengine/go/app.yaml index 303af12..223b642 100644 --- a/templates/appengine/go/app.yaml +++ b/templates/appengine/go/app.yaml @@ -1,13 +1,13 @@ -# Right now, we direct all URL requests to the Go app we are about to -# construct, but in the future we may add support for jQuery and Bootstrap -# to automatically put a nice UI on the / url. - -application: {{ app_id.downcase }} -version: 1 -runtime: go -api_version: 3 - -handlers: -- url: /.* - script: _go_app - +# Right now, we direct all URL requests to the Go app we are about to +# construct, but in the future we may add support for jQuery and Bootstrap +# to automatically put a nice UI on the / url. + +application: {{ app_id.downcase }} +version: 1 +runtime: go +api_version: 3 + +handlers: +- url: /.* + script: _go_app +