From 39acd2fa850cb51d1cdc765f71269171118178cb Mon Sep 17 00:00:00 2001 From: Michael Mrowetz Date: Sat, 4 Feb 2017 15:56:20 +0900 Subject: [PATCH] format fix --- build-utils/grunt-config/changelog-custom.js | 2 +- build-utils/grunt-config/gh-pages.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-utils/grunt-config/changelog-custom.js b/build-utils/grunt-config/changelog-custom.js index 9cee2118..e26c84ac 100644 --- a/build-utils/grunt-config/changelog-custom.js +++ b/build-utils/grunt-config/changelog-custom.js @@ -3,4 +3,4 @@ module.exports = { version: 'v<%= package.version %>', file: 'CHANGELOG.md' } -} \ No newline at end of file +}; diff --git a/build-utils/grunt-config/gh-pages.js b/build-utils/grunt-config/gh-pages.js index 5cf38de2..cefde2ad 100644 --- a/build-utils/grunt-config/gh-pages.js +++ b/build-utils/grunt-config/gh-pages.js @@ -5,4 +5,4 @@ module.exports = { message: "Github Pages release for v<%= package.version %>" }, src: ["**/*"] -} \ No newline at end of file +};