Skip to content

Commit a217f95

Browse files
authored
Fix code style node.cpp
1 parent 01fcf05 commit a217f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scene/main/node.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ void Node::rpc_config(const StringName &p_method, const Variant &p_config) {
851851

852852
Variant Node::get_rpc_config(bool script_rpc_get) const {
853853
const Dictionary node_config = data.rpc_config;
854-
if (script_rpc_get && get_script_instance()) { // return attached GDScript RPC configs too
854+
if (script_rpc_get && get_script_instance()) { // return attached GDScript RPC configs too
855855
const Dictionary script_config = get_script_instance()->get_rpc_config();
856856
const Array script_names = script_config.keys();
857857
Dictionary merged_config = node_config;

0 commit comments

Comments
 (0)