Skip to content

Commit

Permalink
Thrift: fix the service snippet to remove the space before extends wh…
Browse files Browse the repository at this point in the history
…en Super is deleted

git-svn-id: http://svn.textmate.org/trunk/Review/Bundles/Thrift.tmbundle@10124 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
lilyball committed Jul 3, 2008
1 parent e59bbec commit e17601d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snippets/service.tmSnippet
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>content</key>
<string>service ${1:Name} ${2/.+/extends /m}${2:Super} {
<string>service ${1:Name}${2/.+/ extends /m}${2:Super} {
${3:void} ${4:method}(${5:args})
}</string>
<key>name</key>
Expand Down

0 comments on commit e17601d

Please sign in to comment.