Skip to content

Commit c1d79c6

Browse files
committed
Fix indentation
1 parent 81d9d57 commit c1d79c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

standard/types.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -998,13 +998,13 @@ A compiler can treat a property ([§15.7](classes.md#157-properties)) as either
998998
> {
999999
> get
10001000
> {
1001-
> string tmp = _field;
1002-
> _field = null;
1003-
> return tmp;
1001+
> string tmp = _field;
1002+
> _field = null;
1003+
> return tmp;
10041004
> }
10051005
> set
10061006
> {
1007-
> _field = value;
1007+
> _field = value;
10081008
> }
10091009
> }
10101010
>

0 commit comments

Comments
 (0)