From 284b828005e1b05322a6879e796e16757c0dc19b Mon Sep 17 00:00:00 2001 From: anekos Date: Sat, 20 Mar 2010 11:06:54 +0000 Subject: フォーマット修正 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37064 d0d07461-0603-4401-acd4-de1884942a52 --- reporter.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'reporter.js') diff --git a/reporter.js b/reporter.js index cce9552..414ce40 100755 --- a/reporter.js +++ b/reporter.js @@ -176,11 +176,11 @@ let PLUGIN_INFO = options: [LIMIT_OPTION], action: function (file, args) { function writeSection (title, writer) { - file.write( - '""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""\n' + - '" ' + title + '\n\n' - ); + file.writeln('""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""'); + file.writeln('" ' + title); + file.writeln(''); writer(file, args); + file.writeln('\n'); } writeSection('Color Scheme', Writer.colors); -- cgit v1.2.3