diff --git a/Userland/DevTools/StateMachineGenerator/main.cpp b/Userland/DevTools/StateMachineGenerator/main.cpp index a8dd801702..4e3a903990 100644 --- a/Userland/DevTools/StateMachineGenerator/main.cpp +++ b/Userland/DevTools/StateMachineGenerator/main.cpp @@ -252,7 +252,7 @@ HashTable actions(const StateMachine& machine) } if (machine.anywhere.has_value()) do_state(machine.anywhere.value()); - return move(table); + return table; } void generate_lookup_table(const StateMachine& machine, SourceGenerator& generator)