Skip to content

Commit

Permalink
chore: fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Dec 16, 2018
1 parent 278706f commit 594a88d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ describe('Sitemap generator', function() {
var Post = hexo.model('Post');
var generator = require('../lib/generator').bind(hexo);
var sitemapTmpl = require('../lib/template')(hexo.config);
var posts;
var locals;
var posts,
locals;

before(function() {
return hexo.init().then(function() {
Expand Down

0 comments on commit 594a88d

Please sign in to comment.