From 8764781a453d04783dae4a202b95746a109fa37b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Freitas?= Date: Sun, 5 May 2024 19:43:00 +0100 Subject: [PATCH] Run cargo fmt --- fpt-egui/src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fpt-egui/src/main.rs b/fpt-egui/src/main.rs index 05f626a..91f7f2b 100644 --- a/fpt-egui/src/main.rs +++ b/fpt-egui/src/main.rs @@ -6,8 +6,8 @@ use std::time::Duration; use eframe::Frame; use egui::{ menu, Align, CentralPanel, Color32, ColorImage, Context, DragValue, Grid, Layout, ScrollArea, - SidePanel, TextureHandle, TextureOptions, TopBottomPanel, Ui, Vec2, - ViewportBuilder, ViewportCommand, + SidePanel, TextureHandle, TextureOptions, TopBottomPanel, Ui, Vec2, ViewportBuilder, + ViewportCommand, }; use fpt::lr35902::instructions::Instruction; use fpt::ppu::tile::Tile;