diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/odinfmt/tests/.snapshots/selectors.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/odinfmt/tests/.snapshots/selectors.odin b/tools/odinfmt/tests/.snapshots/selectors.odin index bc85501..b56a62d 100644 --- a/tools/odinfmt/tests/.snapshots/selectors.odin +++ b/tools/odinfmt/tests/.snapshots/selectors.odin @@ -3,4 +3,4 @@ package odinfmt_test main :: proc() { app_state.scene_framebuffer, app_state.scene_framebuffer_swap = app_state.scene_framebuffer_swap, app_state.scene_framebuffer - } +} |