From fb6121e1239cf86fef937898cf2da4accf75b2e0 Mon Sep 17 00:00:00 2001 From: marc2332 Date: Sat, 4 May 2024 14:47:20 +0200 Subject: [PATCH] fmt --- glutin-winit/src/event_loop.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glutin-winit/src/event_loop.rs b/glutin-winit/src/event_loop.rs index 83673230a9..1a3b2fd376 100644 --- a/glutin-winit/src/event_loop.rs +++ b/glutin-winit/src/event_loop.rs @@ -5,8 +5,8 @@ use winit::window::{Window, WindowAttributes}; use crate::private::Sealed; -/// Even though [ActiveEventLoop] is the recommended way for using the event loop -/// we still want to have support for [EventLoop], for now. +/// Even though [ActiveEventLoop] is the recommended way for using the event +/// loop we still want to have support for [EventLoop], for now. pub trait GlutinEventLoop: Sealed { fn create_window(&self, window_attributes: WindowAttributes) -> Result;