Skip to content

Commit be4dc9f

Browse files
committed
fix: correct indentation in RESULT_STRUCT_TEMPLATE for clarity
1 parent 39e8343 commit be4dc9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/generate_checked_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
typedef struct {
5353
int error_code; // Error code (0 for success, non-zero for errors)
5454
union {
55-
// Add other types as needed
55+
// Add other types as needed
5656
} value;
5757
} Result;
5858
"""

0 commit comments

Comments
 (0)