diff --git a/src/modules/tas_studio/editor/operation.rs b/src/modules/tas_studio/editor/operation.rs index 2530b73..3725a7a 100644 --- a/src/modules/tas_studio/editor/operation.rs +++ b/src/modules/tas_studio/editor/operation.rs @@ -12,7 +12,8 @@ use crate::modules::tas_studio::editor::utils::{ // This enum is stored in a SQLite DB as bincode bytes. All changes MUST BE BACKWARDS COMPATIBLE to // be able to load old projects. -// Make sure that newer operations must be added at the end of the enum and update test/db_test.hltasproj. +// Make sure that newer operations must be added at the end of the enum +// and update test/db_test.hltasproj. /// A basic operation on a HLTAS. /// /// All operations can be applied and undone. They therefore store enough information to be able to