Skip to content

Commit 91706d1

Browse files
authored
Fixed missing bracket
1 parent bdd88cc commit 91706d1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

snippets/snippets.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,7 @@
734734
"description": "OnTriggerExit is called when the Collider other has stopped touching the trigger.",
735735
"body": [
736736
"private void OnTriggerExit(Collider other)",
737+
"{",
737738
"\t$0",
738739
"}"
739740
]
@@ -1023,4 +1024,4 @@
10231024
"}"
10241025
]
10251026
}
1026-
}
1027+
}

0 commit comments

Comments
 (0)