[Groonga-commit] groonga/groonga-admin at f808de1 [master] Fix indent

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Sep 26 11:18:44 JST 2016


YUKI Hiroshi	2016-09-26 11:18:44 +0900 (Mon, 26 Sep 2016)

  New Revision: f808de1aa4faac9e4cb113b8bca81b1d042ec29e
  https://github.com/groonga/groonga-admin/commit/f808de1aa4faac9e4cb113b8bca81b1d042ec29e

  Merged 9791dae: Merge pull request #14 from groonga/features/set-thread-limit-to-1

  Message:
    Fix indent

  Modified files:
    app/scripts/services/schema-loader.js

  Modified: app/scripts/services/schema-loader.js (+9 -9)
===================================================================
--- app/scripts/services/schema-loader.js    2016-09-26 11:15:17 +0900 (d56681f)
+++ app/scripts/services/schema-loader.js    2016-09-26 11:18:44 +0900 (803685c)
@@ -197,15 +197,15 @@ angular.module('groongaAdminApp')
           })
           .then(function() {
             return client.execute('schema')
-          .success(function(response) {
-            schema.types = buildTypes(response.types());
-            schema.tables = buildTables(response.tables());
-            resolveIndexes(schema);
-            return schema;
-          })
-            .error(function() {
-              return null;
-            });
+                    .success(function(response) {
+                      schema.types = buildTypes(response.types());
+                      schema.tables = buildTables(response.tables());
+                      resolveIndexes(schema);
+                      return schema;
+                    })
+                    .error(function() {
+                      return null;
+                    });
           })
           .then(function(schema) {
             if (!lastMaxLimit)
-------------- next part --------------
HTML����������������������������...
Download 



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