From 90a0ba1599c4738821b3c583cf8d3144f3241df5 Mon Sep 17 00:00:00 2001 From: Nicolas Petton Date: Thu, 25 Feb 2021 12:42:11 +0100 Subject: * nroam.el (nroam--hide-drawers): Reformat. --- nroam.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nroam.el b/nroam.el index db72814..944290d 100644 --- a/nroam.el +++ b/nroam.el @@ -289,9 +289,7 @@ Temporary fix until `org-roam' v2 is out." (defun nroam--pluralize (n thing) "Pluralize the string THING if N>1." - (format "%s%s" - thing - (if (> n 1) "s" ""))) + (format "%s%s" thing (if (> n 1) "s" ""))) (defun nroam--ensure-empty-line () "Insert a newline character if the buffer does contain one before point." -- cgit v1.2.3-54-g00ecf