Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer committed Oct 14, 2024
1 parent 353e7e1 commit 6b5a8bc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/ui/components/left_panel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ pub fn add_left_panel(
RootScreenType::RootScreenDPNSContestedNames,
"icons/voting.png",
),
("Q", RootScreenType::RootScreenDocumentQuery, "icons/doc.png"),
(
"Q",
RootScreenType::RootScreenDocumentQuery,
"icons/doc.png",
),
(
"T",
RootScreenType::RootScreenTransitionVisualizerScreen,
Expand Down

0 comments on commit 6b5a8bc

Please sign in to comment.