Skip to content

Commit

Permalink
Run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
joajfreitas committed May 5, 2024
1 parent e427d21 commit 8764781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fpt-egui/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8764781

Please sign in to comment.