Skip to content

Commit f8280df

Browse files
authored
Appease formatter
1 parent d586975 commit f8280df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/godot_cpp/variant/vector4.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ struct _NO_DISCARD_ Vector4 {
5555
real_t z;
5656
real_t w;
5757
};
58-
[[deprecated("Use coord instead")]]
59-
real_t components[4];
58+
[[deprecated("Use coord instead")]] real_t components[4];
6059
real_t coord[4] = { 0, 0, 0, 0 };
6160
};
6261

0 commit comments

Comments
 (0)