Skip to content

Commit

Permalink
Removed extra newline in one-line attributes.
Browse files Browse the repository at this point in the history
  • Loading branch information
cabeca committed May 3, 2012
1 parent 81da593 commit edb400e
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion Common Actions/action-nothing.sublime-snippet
@@ -1,7 +1,6 @@
<snippet>
<content><![CDATA[
action :${1:nothing}
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>actionn</tabTrigger>
Expand Down
1 change: 0 additions & 1 deletion Common Attributes/ignore-failure.sublime-snippet
@@ -1,7 +1,6 @@
<snippet>
<content><![CDATA[
ignore_failure ${1:true}
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>ignoref</tabTrigger>
Expand Down
1 change: 0 additions & 1 deletion Common Attributes/provider.sublime-snippet
@@ -1,7 +1,6 @@
<snippet>
<content><![CDATA[
provider Chef::Provider::${1:Package::Rubygems}
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>provider</tabTrigger>
Expand Down
1 change: 0 additions & 1 deletion Common Attributes/retries.sublime-snippet
Expand Up @@ -2,7 +2,6 @@
<content><![CDATA[
retries ${1:1}
retry_delay ${2:2}
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>retries</tabTrigger>
Expand Down
1 change: 0 additions & 1 deletion Common Attributes/supports.sublime-snippet
@@ -1,7 +1,6 @@
<snippet>
<content><![CDATA[
supports :status => :${1:true}, :restart => :${2:true}, :reload => :${3:true}
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>supports</tabTrigger>
Expand Down
1 change: 0 additions & 1 deletion Notifications/notifies-immediatly.sublime-snippet
@@ -1,7 +1,6 @@
<snippet>
<content><![CDATA[
notifies :${1:restart}, "${2:service}[${3:name}]", :immediatly
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>notifiesi</tabTrigger>
Expand Down
1 change: 0 additions & 1 deletion Notifications/notifies.sublime-snippet
@@ -1,7 +1,6 @@
<snippet>
<content><![CDATA[
notifies :${1:restart}, "${2:service}[${3:name}]"
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>notifies</tabTrigger>
Expand Down
1 change: 0 additions & 1 deletion Notifications/subscribes-immediatly.sublime-snippet
@@ -1,7 +1,6 @@
<snippet>
<content><![CDATA[
subscribes :${1:restart}, "${2:template}[${3:name}]", :immediatly
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>subscribesi</tabTrigger>
Expand Down
1 change: 0 additions & 1 deletion Notifications/subscribes.sublime-snippet
@@ -1,7 +1,6 @@
<snippet>
<content><![CDATA[
subscribes :${1:restart}, "${2:template}[${3:name}]"
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>subscribes</tabTrigger>
Expand Down

0 comments on commit edb400e

Please sign in to comment.