From 7d5c827dec085d29e4631b4a8be96c363d60e4cf Mon Sep 17 00:00:00 2001 From: SysC0mp Date: Mon, 9 Dec 2019 21:08:38 +0100 Subject: [PATCH] Remove whitespace --- Wox.Infrastructure/Alphabet.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Wox.Infrastructure/Alphabet.cs b/Wox.Infrastructure/Alphabet.cs index ee6b84b418..63e178ba1e 100644 --- a/Wox.Infrastructure/Alphabet.cs +++ b/Wox.Infrastructure/Alphabet.cs @@ -149,7 +149,5 @@ namespace Wox.Infrastructure ).ToArray(); return combination; } - - } }