mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 18:30:06 -04:00
feat(swift): add init/deinit indents
Signed-off-by: Phạm Huy Hoàng <hoangtun0810@gmail.com>
This commit is contained in:
parent
8d3176cfbc
commit
e73c775aa9
4 changed files with 25 additions and 5 deletions
|
|
@ -12,6 +12,8 @@ class EquilateralTriangle: NamedShape {
|
|||
) {
|
||||
self.sideLength = sideLength
|
||||
}
|
||||
deinit {
|
||||
}
|
||||
|
||||
var perimeter: Double {
|
||||
willSet {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue