From 2fef7b1413e9c1e2aab0ec72221033d129935290 Mon Sep 17 00:00:00 2001 From: Udo Eisenbarth <u.eisenbarth@gsi.de> Date: Tue, 22 Oct 2024 13:50:34 +0200 Subject: [PATCH] Reformatting --- opossum/examples/ghost_focus.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/opossum/examples/ghost_focus.rs b/opossum/examples/ghost_focus.rs index 55e3f034..510cb76b 100644 --- a/opossum/examples/ghost_focus.rs +++ b/opossum/examples/ghost_focus.rs @@ -4,10 +4,7 @@ use opossum::{ degree, error::OpmResult, joule, millimeter, - nodes::{ - round_collimated_ray_source, Lens, NodeGroup, SpotDiagram, - Wedge, - }, + nodes::{round_collimated_ray_source, Lens, NodeGroup, SpotDiagram, Wedge}, optic_node::{Alignable, OpticNode}, optic_ports::PortType, refractive_index::RefrIndexConst, -- GitLab