branch: elpa/pg
commit 614617eb2c342feaa91a88caba87107bb5194040
Author: Eric Marsden <eric.mars...@risk-engineering.org>
Commit: Eric Marsden <eric.mars...@risk-engineering.org>

    Formatting.
---
 pg.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pg.el b/pg.el
index 00818aaac7f..527839343c4 100644
--- a/pg.el
+++ b/pg.el
@@ -3092,7 +3092,8 @@ Return nil if the extension could not be set up."
 (pg-register-textual-serializer "varbit" #'pg--serialize-boolvec)
 
 
-;; Here we assume that the value is a single character: if serializing a 
string, use the "text" datatype specifier.
+;; Here we assume that the value is a single character: if serializing a 
string, use the "text"
+;; datatype specifier.
 (pg-register-serializer "char"
   (lambda (v _encoding)
     (unless (characterp v)

Reply via email to