[Groonga-commit] nroonga/norema [master] Fix indents

Back to archive index

null+****@clear***** null+****@clear*****
2012年 8月 9日 (木) 17:05:18 JST


Yoji SHIDARA	2012-08-09 17:05:18 +0900 (Thu, 09 Aug 2012)

  New Revision: f59eb8e14cac745c01e863408d59984f9ed1f184
  https://github.com/nroonga/norema/commit/f59eb8e14cac745c01e863408d59984f9ed1f184

  Log:
    Fix indents

  Modified files:
    lib/server.js

  Modified: lib/server.js (+5 -5)
===================================================================
--- lib/server.js    2012-08-09 15:58:26 +0900 (4f8e168)
+++ lib/server.js    2012-08-09 17:05:18 +0900 (f4a7e11)
@@ -70,11 +70,11 @@ app.get('/search', function(request, response, next) {
     }
     var locals = {
       query: query,
-    records: results.hits.hit,
-    num_found: results.hits.found,
-    from: results.hits.start + 1,
-    to: results.hits.start + results.hits.hit.length,
-    num_showing: results.hits.hit.length
+      records: results.hits.hit,
+      num_found: results.hits.found,
+      from: results.hits.start + 1,
+      to: results.hits.start + results.hits.hit.length,
+      num_showing: results.hits.hit.length
     };
 
     return response.render('search.jade', locals);
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-commit メーリングリストの案内
Back to archive index