From 699e380dd2d6ebf61849dba8c225b512e9fa816a Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 24 Dec 2024 00:44:27 +0100 Subject: style: add `max_width=80` to rustfmt.toml --- iced_builder/build.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'iced_builder/build.rs') diff --git a/iced_builder/build.rs b/iced_builder/build.rs index 54edc54..438ce37 100644 --- a/iced_builder/build.rs +++ b/iced_builder/build.rs @@ -3,7 +3,10 @@ fn main() { iced_fontello::build("fonts/icons.toml").expect("Build icons font"); #[cfg(windows)] { - embed_resource::compile("assets/windows/iced_builder.rc", embed_resource::NONE); + embed_resource::compile( + "assets/windows/iced_builder.rc", + embed_resource::NONE, + ); windows_exe_info::versioninfo::link_cargo_env(); } } -- cgit v1.2.3