[Groonga-commit] nroonga/nroonga at 7ffb74c [master] Remove unnecessary space

Back to archive index

abetomo null+****@clear*****
Fri Sep 1 13:25:04 JST 2017


abetomo	2017-09-01 13:25:04 +0900 (Fri, 01 Sep 2017)

  New Revision: 7ffb74cfbed83f8f31ddb7fae23a215cd22dee9b
  https://github.com/nroonga/nroonga/commit/7ffb74cfbed83f8f31ddb7fae23a215cd22dee9b

  Merged cf10781: Merge pull request #10 from abetomo/update_readme

  Message:
    Remove unnecessary space

  Modified files:
    README.md

  Modified: README.md (+2 -2)
===================================================================
--- README.md    2017-09-01 13:24:28 +0900 (c2cadaa)
+++ README.md    2017-09-01 13:25:04 +0900 (2fc7f90)
@@ -51,10 +51,10 @@ A CLI example (like groonga stand-alone mode):
 
     var nroonga = require('nroonga');
     var db = new nroonga.Database('database');
-    
+
     // Synchronous
     console.log(db.commandSync('status'));
-    
+
     // Asynchronous
     db.command('status', function(error, data) {
       console.log(data);
-------------- next part --------------
HTML����������������������������...
다운로드 



More information about the Groonga-commit mailing list
Back to archive index