mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 17:00:09 -04:00
feat(swift): add will/didSet indent
Fixes CI error in PR.6237
This commit is contained in:
parent
3d08cdd741
commit
63ca90eaa3
4 changed files with 10 additions and 3 deletions
|
|
@ -16,6 +16,9 @@ class EquilateralTriangle: NamedShape {
|
|||
var perimeter: Double {
|
||||
willSet {
|
||||
}
|
||||
didSet {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@funcattr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue