]> git.lizzy.rs Git - rust.git/blobdiff - crates/ide-assists/src/handlers/generate_enum_projection_method.rs
Run cargo fmt
[rust.git] / crates / ide-assists / src / handlers / generate_enum_projection_method.rs
index e7646421c7aa94a5b77ba3219e143cbfa81fb568..b19aa0f652aa71acbc5ee9e213ec6520fe241432 100644 (file)
 //     }
 // }
 // ```
-pub(crate) fn generate_enum_try_into_method(acc: &mut Assists, ctx: &AssistContext<'_>) -> Option<()> {
+pub(crate) fn generate_enum_try_into_method(
+    acc: &mut Assists,
+    ctx: &AssistContext<'_>,
+) -> Option<()> {
     generate_enum_projection_method(
         acc,
         ctx,