Skip to content

Commit 6bcf8c2

Browse files
author
Matt Oakes
committed
Added a space to the ad-logdebug snippet
1 parent 7baa484 commit 6bcf8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ad-log.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<snippet>
22
<content><![CDATA[
3-
Log.d("${1:tag}","${2:message}");
3+
Log.d("${1:tag}", "${2:message}");
44
]]></content>
55
<tabTrigger>ad-logdebug</tabTrigger>
66
<scope>source.java</scope>

0 commit comments

Comments
 (0)