Skip to content

Commit

Permalink
Removing a useless tab stop.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.textmate.org/trunk/Bundles/Ruby.tmbundle@6274 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
JEG2 committed Dec 1, 2006
1 parent 125dbb8 commit 267e19a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Macros/Benchmark_bmbm(__) do __ end.tmMacro
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
<dict>
<key>content</key>
<string>TESTS = ${1:10_000}
Benchmark.bmbm(${2:10}) do |results|
Benchmark.bmbm do |results|
$0
end</string>
<key>name</key>
<string>Benchmark.bmbm(..) do .. end</string>
<string>Benchmark.bmbm do .. end</string>
<key>scope</key>
<string>source.ruby</string>
<key>tabTrigger</key>
Expand All @@ -43,7 +43,7 @@ end</string>
</dict>
</array>
<key>name</key>
<string>Benchmark.bmbm(..) do .. end</string>
<string>Benchmark.bmbm do .. end</string>
<key>scope</key>
<string>source.ruby</string>
<key>tabTrigger</key>
Expand Down
4 changes: 2 additions & 2 deletions Snippets/Benchmark_bmbm(__) do __ end.tmSnippet
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<dict>
<key>content</key>
<string>TESTS = ${1:10_000}
Benchmark.bmbm(${2:10}) do |results|
Benchmark.bmbm do |results|
$0
end</string>
<key>name</key>
<string>Benchmark.bmbm(..) do .. end</string>
<string>Benchmark.bmbm do .. end</string>
<key>scope</key>
<string>source.ruby</string>
<key>tabTrigger</key>
Expand Down

0 comments on commit 267e19a

Please sign in to comment.