Skip to content

Commit ef6eae6

Browse files
authored
Merge pull request #290 from l7ssha/master
[dart-mode] Fix template for async function
2 parents fc6fcaa + 33a08b5 commit ef6eae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/dart-mode/funca

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# name: funca
33
# key: afun
44
# --
5-
${1:Type} ${2:Name}($3) async {
5+
Future<${1:Type}> ${2:Name}($3) async {
66
$0
77
}

0 commit comments

Comments
 (0)