emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/emacsql c236aa8437 144/427: Remove extra space.


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql c236aa8437 144/427: Remove extra space.
Date: Tue, 13 Dec 2022 02:59:36 -0500 (EST)

branch: elpa/emacsql
commit c236aa8437643822b44303b8de9dd2c6d7137745
Author: Christopher Wellons <wellons@nullprogram.com>
Commit: Christopher Wellons <wellons@nullprogram.com>

    Remove extra space.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d9e4b8e9ca..0eece045ff 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ shouldn't impact normal use of the database.
 
 ;; Insert some data:
 (emacsql db [:insert :into people
-             :values (["Jeff"  1000 60000.0] ["Susan" 1001 64000.0])])
+             :values (["Jeff" 1000 60000.0] ["Susan" 1001 64000.0])])
 
 ;; Query the database for results:
 (emacsql db [:select [name id]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]