File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/codegen/sdk/typescript/detached_symbols Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ index 0000000..0000000 100644
14
14
+ @noapidoc
15
15
+ def end_byte_for_condition_block(self) -> int:
16
16
+ """Returns the end byte for the specific condition block"""
17
- + return self.end_byte
17
+ + return self.end_byte
Original file line number Diff line number Diff line change @@ -78,9 +78,9 @@ def unwrap(self) -> None:
78
78
else :
79
79
# If there is no next sibling, remove up to the closing brace of the last line
80
80
self .remove_byte_range (self ._get_line_ends ()[- 1 ].end_byte , self .ts_node .end_byte )
81
-
81
+
82
82
@property
83
83
@noapidoc
84
84
def end_byte_for_condition_block (self ) -> int :
85
85
"""Returns the end byte for the specific condition block"""
86
- return self .end_byte
86
+ return self .end_byte
You can’t perform that action at this time.
0 commit comments