[Groonga-commit] groonga/grafana-datasource-plugin-groonga at 4e7457e [master] Remove a needless semicolon on "for" statement

Back to archive index

Masafumi Yokoyama null+****@clear*****
Sun Feb 7 01:42:53 JST 2016


Masafumi Yokoyama	2016-02-07 01:42:53 +0900 (Sun, 07 Feb 2016)

  New Revision: 4e7457ee41a80283f17c8bce3c6c7891453c6090
  https://github.com/groonga/grafana-datasource-plugin-groonga/commit/4e7457ee41a80283f17c8bce3c6c7891453c6090

  Message:
    Remove a needless semicolon on "for" statement

  Modified files:
    datasource.js

  Modified: datasource.js (+1 -1)
===================================================================
--- datasource.js    2016-02-07 01:39:20 +0900 (ca13ca7)
+++ datasource.js    2016-02-07 01:42:53 +0900 (b8727ba)
@@ -65,7 +65,7 @@ function (angular) {
           }
           datapoints = series.datapoints;
           datapoints.push([nCodes, timestamp * 1000]);
-        };
+        }
         return {data: data};
       });
     };
-------------- next part --------------
HTML����������������������������...
Download 



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