Skip to content

Commit 9bcac94

Browse files
4adexKeavon
authored andcommitted
Fix formatting
1 parent b8ae1ad commit 9bcac94

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

editor/src/messages/portfolio/portfolio_message_handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ use crate::messages::frontend::utility_types::FrontendDocumentDetails;
1111
use crate::messages::layout::utility_types::widget_prelude::*;
1212
use crate::messages::portfolio::document::DocumentMessageContext;
1313
use crate::messages::portfolio::document::graph_operation::utility_types::TransformIn;
14-
use crate::messages::portfolio::document::node_graph::document_node_definitions::resolve_document_node_type;
1514
use crate::messages::portfolio::document::node_graph::document_node_definitions;
15+
use crate::messages::portfolio::document::node_graph::document_node_definitions::resolve_document_node_type;
1616
use crate::messages::portfolio::document::utility_types::clipboards::{Clipboard, CopyBufferEntry, INTERNAL_CLIPBOARD_COUNT};
1717
use crate::messages::portfolio::document::utility_types::network_interface::OutputConnector;
1818
use crate::messages::portfolio::document::utility_types::nodes::SelectedNodes;

editor/src/messages/tool/tool_messages/path_tool.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
use super::select_tool::extend_lasso;
22
use super::tool_prelude::*;
33
use crate::consts::{
4-
COLOR_OVERLAY_BLUE, COLOR_OVERLAY_GRAY, COLOR_OVERLAY_GREEN, COLOR_OVERLAY_RED, DEFAULT_STROKE_WIDTH, DOUBLE_CLICK_MILLISECONDS, DRAG_DIRECTION_MODE_DETERMINATION_THRESHOLD, DRAG_THRESHOLD, DRILL_THROUGH_THRESHOLD,
5-
HANDLE_ROTATE_SNAP_ANGLE, SEGMENT_INSERTION_DISTANCE, SEGMENT_OVERLAY_SIZE, SELECTION_THRESHOLD, SELECTION_TOLERANCE,
4+
COLOR_OVERLAY_BLUE, COLOR_OVERLAY_GRAY, COLOR_OVERLAY_GREEN, COLOR_OVERLAY_RED, DEFAULT_STROKE_WIDTH, DOUBLE_CLICK_MILLISECONDS, DRAG_DIRECTION_MODE_DETERMINATION_THRESHOLD, DRAG_THRESHOLD,
5+
DRILL_THROUGH_THRESHOLD, HANDLE_ROTATE_SNAP_ANGLE, SEGMENT_INSERTION_DISTANCE, SEGMENT_OVERLAY_SIZE, SELECTION_THRESHOLD, SELECTION_TOLERANCE,
66
};
77
use crate::messages::portfolio::document::graph_operation::utility_types::TransformIn;
88
use crate::messages::portfolio::document::node_graph::document_node_definitions::resolve_document_node_type;
@@ -24,8 +24,8 @@ use crate::messages::tool::common_functionality::utility_functions::{calculate_s
2424
use bezier_rs::{Bezier, BezierHandles, TValue};
2525
use graphene_std::Color;
2626
use graphene_std::renderer::Quad;
27-
use graphene_std::uuid::NodeId;
2827
use graphene_std::transform::ReferencePoint;
28+
use graphene_std::uuid::NodeId;
2929
use graphene_std::vector::click_target::ClickTargetType;
3030
use graphene_std::vector::{HandleExt, HandleId, NoHashBuilder, SegmentId, VectorData};
3131
use graphene_std::vector::{ManipulatorPointId, PointId, VectorModificationType};

0 commit comments

Comments
 (0)