From 045a2d55326b9b2078c3ae40f7e45c77e0720257 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 3 Feb 2023 17:09:25 +0000 Subject: [PATCH] [CI965] formatted code with rustfmt --- src/x11/request/input.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/x11/request/input.rs b/src/x11/request/input.rs index 2f7bcb27..efb6f949 100644 --- a/src/x11/request/input.rs +++ b/src/x11/request/input.rs @@ -1985,7 +1985,7 @@ pub struct SetModifierMapping { /// /// This is typically the key variously called 'super', 'meta', 'windows /// key', 'cmd', etc. - /// + /// /// [keycodes]: Keycode pub mod4_keycodes: Vec, /// The [keycodes] mapped to the Mod5 modifier.