From 4aeef2647821be0b53c1291350ab2ec95cd95114 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Tue, 30 Aug 2022 20:53:19 -0600 Subject: [PATCH] fmt --- pkgs/tile-gaps.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tile-gaps.nix b/pkgs/tile-gaps.nix index 96f4e70..7f8b9d1 100644 --- a/pkgs/tile-gaps.nix +++ b/pkgs/tile-gaps.nix @@ -29,7 +29,7 @@ mkDerivation rec { meta = with lib; { description = '' - KWin script to add space around windows touching a screen edge or other window + KWin script to add space around windows touching a screen edge or other window ''; license = licenses.gpl3; maintainers = with maintainers; [ qbit ];