diff options
author | Mike Dodge <mikedodge04@fb.com> | 2015-03-24 11:18:20 -0700 |
---|---|---|
committer | Mike Dodge <mikedodge04@fb.com> | 2015-03-24 11:18:20 -0700 |
commit | 6ef7ea3b49ff5f3166be5dcbd718076993a781ea (patch) | |
tree | 1223feb4c5370cc6c8007fc1342f7f247614e4fa /lib | |
parent | 0486e802d5eb966d4da058a367527ed556df711a (diff) | |
download | chef-6ef7ea3b49ff5f3166be5dcbd718076993a781ea.tar.gz |
removing vim comment (sorry its a habit to add)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/provider/service/macosx.rb | 1 | ||||
-rw-r--r-- | lib/chef/resource/macosx_service.rb | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/provider/service/macosx.rb b/lib/chef/provider/service/macosx.rb index fa178466a9..1c6952bb81 100644 --- a/lib/chef/provider/service/macosx.rb +++ b/lib/chef/provider/service/macosx.rb @@ -1,4 +1,3 @@ -# vim: syntax=ruby:expandtab:shiftwidth=2:softtabstop=2:tabstop=2 # # Author:: Igor Afonov <afonov@gmail.com> # Copyright:: Copyright (c) 2011 Igor Afonov diff --git a/lib/chef/resource/macosx_service.rb b/lib/chef/resource/macosx_service.rb index 744a71c23f..7b040f2c01 100644 --- a/lib/chef/resource/macosx_service.rb +++ b/lib/chef/resource/macosx_service.rb @@ -1,4 +1,3 @@ -# vim: syntax=ruby:expandtab:shiftwidth=2:softtabstop=2:tabstop=2 # # Author:: Mike Dodge (<mikedodge04@gmail.com>) # Copyright:: Copyright (c) 2009 Opscode, Inc. |