Skip to content

Commit c98f6e1

Browse files
committed
appease code style
1 parent df8ded4 commit c98f6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/switch/os_switch.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ String OS_Switch::get_user_data_dir() const {
538538
} else {
539539
return get_data_path().plus_file(get_godot_dir_name()).plus_file("app_userdata").plus_file(appname);
540540
}
541-
}
541+
}
542542
return get_data_path().plus_file(get_godot_dir_name()).plus_file("app_userdata").plus_file("__unknown");
543543
}
544544

0 commit comments

Comments
 (0)