Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
khanghugo committed Apr 15, 2024
1 parent 255a418 commit 2fb4792
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/tas_studio/editor/operation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2fb4792

Please sign in to comment.