Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloxaf committed Oct 14, 2022
1 parent f71e1a0 commit 7039029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/font.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ use font_kit::source::SystemSource;
use image::{GenericImage, Pixel};
use imageproc::definitions::Clamp;
use imageproc::pixelops::weighted_sum;
use log::trace;
use pathfinder_geometry::transform2d::Transform2F;
use std::collections::HashMap;
use std::sync::Arc;
use syntect::highlighting;
use log::trace;

/// Font style
#[derive(Copy, Clone, Debug, Eq, PartialEq, Hash)]
Expand Down

0 comments on commit 7039029

Please sign in to comment.